#77D0EB

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

Shades of Sky Blue #77D0EB

Tints of Sky Blue #77D0EB

Color information

#77D0EB (or 0x77D0EB) is unknown color: approx Sky Blue. HEX triplet: 77, D0 and EB. RGB value is (119,208,235). Sum of RGB (Red+Green+Blue) = 119+208+235=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #77D0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77D0EB is #882F14. Grayscale: #B8B8B8. Windows color (decimal): -8924949 or 15454327. OLE color: 15454327.

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

Color convert

RGB119208235-
CMYK0.490.1100.08
HSL193.97º74.36%69.41%-
HSV(B)193.97º49.36%92.16%-
XYZ45.1655.0386.84-
YUV184.47156.5181.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.17%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=21.17%
G=37.01%
B=41.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192082350.490.1100.08193.9774.3669.41
Hex77D0EB31B08c24a45
Octal1673203536113010302112105
Binary111011111010000111010111100011011010001100001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,208,235); }

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

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

 a { background-color: rgb(119,208,235); }

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

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

 span { border-color: rgb(119,208,235); }

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