#77B2EF

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

Shades of Jordy Blue #77B2EF

Tints of Jordy Blue #77B2EF

Color information

#77B2EF (or 0x77B2EF) is unknown color: approx Jordy Blue. HEX triplet: 77, B2 and EF. RGB value is (119,178,239). Sum of RGB (Red+Green+Blue) = 119+178+239=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #77B2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B2EF is #884D10. Grayscale: #A7A7A7. Windows color (decimal): -8932625 or 15708791. OLE color: 15708791.

HSL color Cylindrical-coordinate representation of color #77B2EF: hue angle of 210.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77B2EF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119178239-
CMYK0.500.2600.06
HSL210.5º78.95%70.2%-
HSV(B)210.5º50.21%93.73%-
XYZ39.1141.9987.71-
YUV167.31168.4593.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.20%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 239 (93.75% from 255) = 44.59%
R=22.20%
G=33.21%
B=44.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191782390.500.2600.06210.578.9570.2
Hex77B2EF321A06d24f46
Octal167262357623206322117106
Binary111011110110010111011111100101101001101101001010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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