#85BFDF

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

Shades of Sky Blue #85BFDF

Tints of Sky Blue #85BFDF

Color information

#85BFDF (or 0x85BFDF) is unknown color: approx Sky Blue. HEX triplet: 85, BF and DF. RGB value is (133,191,223). Sum of RGB (Red+Green+Blue) = 133+191+223=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #85BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFDF is #7A4020. Grayscale: #B1B1B1. Windows color (decimal): -8011809 or 14663557. OLE color: 14663557.

HSL color Cylindrical-coordinate representation of color #85BFDF: hue angle of 201.33º 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 #85BFDF is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133191223-
CMYK0.400.1400.13
HSL201.33º58.44%69.8%-
HSV(B)201.33º40.36%87.45%-
XYZ41.6247.5876.8-
YUV177.31153.7896.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.31%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=24.31%
G=34.92%
B=40.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331912230.400.1400.13201.3358.4469.8
Hex85BFDF28E0Dc93a46
Octal205277337501601531172106
Binary100001011011111111011111101000111001101110010011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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