#77b2ea

Color #77B2EA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #77B2EA

Tints of Jordy Blue #77B2EA

Color information

#77B2EA (or 0x77B2EA) is unknown color: approx Jordy Blue. HEX triplet: 77, B2 and EA. RGB value is (119,178,234). Sum of RGB (Red+Green+Blue) = 119+178+234=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #77B2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B2EA is #884D15. Grayscale: #A6A6A6. Windows color (decimal): -8932630 or 15381111. OLE color: 15381111.

HSL color Cylindrical-coordinate representation of color #77B2EA: hue angle of 209.22º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77B2EA is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119178234-
CMYK0.490.2400.08
HSL209.22º73.25%69.22%-
HSV(B)209.22º49.15%91.76%-
XYZ38.3841.783.87-
YUV166.74165.9593.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.41%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=22.41%
G=33.52%
B=44.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191782340.490.2400.08209.2273.2569.22
Hex77B2EA311808d14945
Octal1672623526130010321111105
Binary1110111101100101110101011000111000010001101000110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77b2ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77b2ea; }

 p { color: rgb(119,178,234); }

 H1.HeaderClassName
 {
   color: #77b2ea;
 }
 .AnyTagClassName
 {
   color: #77b2ea;
 }
</style>
background-color css

<style>
 a { background-color: #77b2ea; }

 a { background-color: rgb(119,178,234); }

 div.DivClassName
 {
   background-color: #77b2ea;
 }
 .BgClassName
 {
   background-color: #77b2ea;
 }
</style>
border-color css

<style>
 span { border-color: #77b2ea; }

 span { border-color: rgb(119,178,234); }

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