Html Css Color HEX #7BAAED Jordy Blue

📋 copy color: '#7BAAED'

red 123 ◦ green 170 ◦ blue 237

#7BAAED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7BAAED

Tints of Jordy Blue #7BAAED

RGB

 RED value IS 123 (48.44% from 255) = 23.21%

 GREEN value IS 170 (66.8% from 255) = 32.08%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 23.21%
G = 32.08%
B = 44.72%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7BAAED (or 0x7BAAED) is known color: Jordy Blue. HEX triplet: 7B, AA and ED. RGB value is (123,170,237). Sum of RGB (Red+Green+Blue) = 123+170+237=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #7BAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAED is #845512. Grayscale: #A3A3A3. Windows color (decimal): -8672531 or 15575675. OLE color: 15575675.

HSL color Cylindrical-coordinate representation of color #7BAAED: hue angle of 215.26º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BAAED is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 170 237 -
CMYK 0.48 0.28 0 0.07
HSL 215.26º 0.76% 0.71% -
HSV(B) 215.26º 0.48% 0.93% -
XYZ 37.83 39.07 85.67 -
YUV 163.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 123 170 237 0.48 0.28 0 0.07 215.26 0.76 0.71
Hex 7B AA ED 30 1C 0 7 D7 4C 47
Octal 173 252 355 60 34 0 7 327 114 107
Binary 1111011 10101010 11101101 110000 11100 0 111 11010111 1001100 1000111

Color Harmonies of #7BAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAAED

Black with #7BAAED

Text Example


Text Example

White with #7BAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BAAED; }

 p { color: rgb(123,170,237); }

 H1.HeaderClassName
 {
   color: #7BAAED;
 }
 .AnyTagClassName
 {
   color: #7BAAED;
 }
</style>

background-color css

<style>
 a { background-color: #7BAAED; }

 a { background-color: rgb(123,170,237); }

 div.DivClassName
 {
   background-color: #7BAAED;
 }
 .BgClassName
 {
   background-color: #7BAAED;
 }
</style>

border-color css

<style>
 span { border-color: #7BAAED; }

 span { border-color: rgb(123,170,237); }

 td.TdClassName
 {
   border-color: #7BAAED;
 }
 .TagClassName
 {
   border-color: #7BAAED;
 }
</style>