#85BEDF

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

Shades of Sky Blue #85BEDF

Tints of Sky Blue #85BEDF

Color information

#85BEDF (or 0x85BEDF) is unknown color: approx Sky Blue. HEX triplet: 85, BE and DF. RGB value is (133,190,223). Sum of RGB (Red+Green+Blue) = 133+190+223=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #85BEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEDF is #7A4120. Grayscale: #B0B0B0. Windows color (decimal): -8012065 or 14663301. OLE color: 14663301.

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

Color convert

RGB133190223-
CMYK0.400.1500.13
HSL202º58.44%69.8%-
HSV(B)202º40.36%87.45%-
XYZ41.4147.1476.73-
YUV176.72154.1296.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.36%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=24.36%
G=34.80%
B=40.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331902230.400.1500.1320258.4469.8
Hex85BEDF28F0Dca3a46
Octal205276337501701531272106
Binary100001011011111011011111101000111101101110010101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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