#77B0DB

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

Shades of Jordy Blue #77B0DB

Tints of Jordy Blue #77B0DB

Color information

#77B0DB (or 0x77B0DB) is unknown color: approx Jordy Blue. HEX triplet: 77, B0 and DB. RGB value is (119,176,219). Sum of RGB (Red+Green+Blue) = 119+176+219=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #77B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B0DB is #884F24. Grayscale: #A3A3A3. Windows color (decimal): -8933157 or 14397559. OLE color: 14397559.

HSL color Cylindrical-coordinate representation of color #77B0DB: hue angle of 205.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B0DB is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119176219-
CMYK0.460.2000.14
HSL205.8º58.14%66.27%-
HSV(B)205.8º45.66%85.88%-
XYZ35.9240.0972.86-
YUV163.86159.1296-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.15%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=23.15%
G=34.24%
B=42.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191762190.460.2000.14205.858.1466.27
Hex77B0DB2E140Ece3a42
Octal167260333562401631672102
Binary111011110110000110110111011101010001110110011101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,176,219); }

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

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

 a { background-color: rgb(119,176,219); }

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

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

 span { border-color: rgb(119,176,219); }

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