#77CDEB

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

Shades of Sky Blue #77CDEB

Tints of Sky Blue #77CDEB

Color information

#77CDEB (or 0x77CDEB) is unknown color: approx Sky Blue. HEX triplet: 77, CD and EB. RGB value is (119,205,235). Sum of RGB (Red+Green+Blue) = 119+205+235=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #77CDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDEB is #883214. Grayscale: #B6B6B6. Windows color (decimal): -8925717 or 15453559. OLE color: 15453559.

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

Color convert

RGB119205235-
CMYK0.490.1300.08
HSL195.52º74.36%69.41%-
HSV(B)195.52º49.36%92.16%-
XYZ44.4353.5886.6-
YUV182.71157.5182.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.29%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=21.29%
G=36.67%
B=42.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192052350.490.1300.08195.5274.3669.41
Hex77CDEB31D08c44a45
Octal1673153536115010304112105
Binary111011111001101111010111100011101010001100010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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