#85CBF0

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

Shades of Sky Blue #85CBF0

Tints of Sky Blue #85CBF0

Color information

#85CBF0 (or 0x85CBF0) is unknown color: approx Sky Blue. HEX triplet: 85, CB and F0. RGB value is (133,203,240). Sum of RGB (Red+Green+Blue) = 133+203+240=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #85CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CBF0 is #7A340F. Grayscale: #BABABA. Windows color (decimal): -8008720 or 15780741. OLE color: 15780741.

HSL color Cylindrical-coordinate representation of color #85CBF0: hue angle of 200.75º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CBF0 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133203240-
CMYK0.450.1500.06
HSL200.75º78.1%73.14%-
HSV(B)200.75º44.58%94.12%-
XYZ46.7653.9990.39-
YUV186.29158.3189.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.09%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 240 (94.14% from 255) = 41.67%
R=23.09%
G=35.24%
B=41.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332032400.450.1500.06200.7578.173.14
Hex85CBF02DF06c94e49
Octal205313360551706311116111
Binary100001011100101111110000101101111101101100100110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,203,240); }

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

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

 a { background-color: rgb(133,203,240); }

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

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

 span { border-color: rgb(133,203,240); }

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