#85DBF1

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

Shades of Sky Blue #85DBF1

Tints of Sky Blue #85DBF1

Color information

#85DBF1 (or 0x85DBF1) is unknown color: approx Sky Blue. HEX triplet: 85, DB and F1. RGB value is (133,219,241). Sum of RGB (Red+Green+Blue) = 133+219+241=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #85DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBF1 is #7A240E. Grayscale: #C3C3C3. Windows color (decimal): -8004623 or 15850373. OLE color: 15850373.

HSL color Cylindrical-coordinate representation of color #85DBF1: hue angle of 192.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85DBF1 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133219241-
CMYK0.450.0900.05
HSL192.22º79.41%73.33%-
HSV(B)192.22º44.81%94.51%-
XYZ50.886292.5-
YUV195.79153.5183.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.43%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=22.43%
G=36.93%
B=40.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332192410.450.0900.05192.2279.4173.33
Hex85DBF12D905c04f49
Octal205333361551105300117111
Binary100001011101101111110001101101100101011100000010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,219,241); }

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

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

 a { background-color: rgb(133,219,241); }

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

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

 span { border-color: rgb(133,219,241); }

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