#85C1DF

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

Shades of Sky Blue #85C1DF

Tints of Sky Blue #85C1DF

Color information

#85C1DF (or 0x85C1DF) is unknown color: approx Sky Blue. HEX triplet: 85, C1 and DF. RGB value is (133,193,223). Sum of RGB (Red+Green+Blue) = 133+193+223=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #85C1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C1DF is #7A3E20. Grayscale: #B2B2B2. Windows color (decimal): -8011297 or 14664069. OLE color: 14664069.

HSL color Cylindrical-coordinate representation of color #85C1DF: hue angle of 200º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85C1DF is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133193223-
CMYK0.400.1300.13
HSL200º58.44%69.8%-
HSV(B)200º40.36%87.45%-
XYZ42.0648.4576.95-
YUV178.48153.1295.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.23%
GREEN value IS 193 (75.78% from 255) = 35.15%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=24.23%
G=35.15%
B=40.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331932230.400.1300.1320058.4469.8
Hex85C1DF28D0Dc83a46
Octal205301337501501531072106
Binary100001011100000111011111101000110101101110010001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C1DF; }

 p { color: rgb(133,193,223); }

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

<style>
 a { background-color: #85C1DF; }

 a { background-color: rgb(133,193,223); }

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

<style>
 span { border-color: #85C1DF; }

 span { border-color: rgb(133,193,223); }

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