#77B0EA

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

Shades of Jordy Blue #77B0EA

Tints of Jordy Blue #77B0EA

Color information

#77B0EA (or 0x77B0EA) is unknown color: approx Jordy Blue. HEX triplet: 77, B0 and EA. RGB value is (119,176,234). Sum of RGB (Red+Green+Blue) = 119+176+234=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #77B0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B0EA is #884F15. Grayscale: #A5A5A5. Windows color (decimal): -8933142 or 15380599. OLE color: 15380599.

HSL color Cylindrical-coordinate representation of color #77B0EA: hue angle of 210.26º 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 #77B0EA is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119176234-
CMYK0.490.2500.08
HSL210.26º73.25%69.22%-
HSV(B)210.26º49.15%91.76%-
XYZ37.9840.9183.74-
YUV165.57166.6294.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.50%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=22.50%
G=33.27%
B=44.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191762340.490.2500.08210.2673.2569.22
Hex77B0EA311908d24945
Octal1672603526131010322111105
Binary1110111101100001110101011000111001010001101001010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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