#77B2DF

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

Shades of Jordy Blue #77B2DF

Tints of Jordy Blue #77B2DF

Color information

#77B2DF (or 0x77B2DF) is unknown color: approx Jordy Blue. HEX triplet: 77, B2 and DF. RGB value is (119,178,223). Sum of RGB (Red+Green+Blue) = 119+178+223=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #77B2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B2DF is #884D20. Grayscale: #A5A5A5. Windows color (decimal): -8932641 or 14660215. OLE color: 14660215.

HSL color Cylindrical-coordinate representation of color #77B2DF: hue angle of 205.96º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77B2DF is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119178223-
CMYK0.470.2000.13
HSL205.96º61.9%67.06%-
HSV(B)205.96º46.64%87.45%-
XYZ36.8541.0975.8-
YUV165.49160.4594.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.88%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 223 (87.5% from 255) = 42.88%
R=22.88%
G=34.23%
B=42.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191782230.470.2000.13205.9661.967.06
Hex77B2DF2F140Dce3e43
Octal167262337572401531676103
Binary111011110110010110111111011111010001101110011101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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