#85CBF7

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

Shades of Light Sky Blue #85CBF7

Tints of Light Sky Blue #85CBF7

Color information

#85CBF7 (or 0x85CBF7) is unknown color: approx Light Sky Blue. HEX triplet: 85, CB and F7. RGB value is (133,203,247). Sum of RGB (Red+Green+Blue) = 133+203+247=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #85CBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CBF7 is #7A3408. Grayscale: #BABABA. Windows color (decimal): -8008713 or 16239493. OLE color: 16239493.

HSL color Cylindrical-coordinate representation of color #85CBF7: hue angle of 203.16º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85CBF7 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB133203247-
CMYK0.460.1800.03
HSL203.16º87.69%74.51%-
HSV(B)203.16º46.15%96.86%-
XYZ47.8254.4195.98-
YUV187.09161.8189.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.81%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 247 (96.88% from 255) = 42.37%
R=22.81%
G=34.82%
B=42.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332032470.460.1800.03203.1687.6974.51
Hex85CBF72E1203cb584b
Octal205313367562203313130113
Binary100001011100101111110111101110100100111100101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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