#77B0E8

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

Shades of Jordy Blue #77B0E8

Tints of Jordy Blue #77B0E8

Color information

#77B0E8 (or 0x77B0E8) is unknown color: approx Jordy Blue. HEX triplet: 77, B0 and E8. RGB value is (119,176,232). Sum of RGB (Red+Green+Blue) = 119+176+232=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #77B0E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B0E8 is #884F17. Grayscale: #A5A5A5. Windows color (decimal): -8933144 or 15249527. OLE color: 15249527.

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

Color convert

RGB119176232-
CMYK0.490.2400.09
HSL209.73º71.07%68.82%-
HSV(B)209.73º48.71%90.98%-
XYZ37.740.882.23-
YUV165.34165.6294.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 232 (91.02% from 255) = 44.02%
R=22.58%
G=33.40%
B=44.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1191762320.490.2400.09209.7371.0768.82
Hex77B0E8311809d24745
Octal1672603506130011322107105
Binary1110111101100001110100011000111000010011101001010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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