#85CFEF

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

Shades of Sky Blue #85CFEF

Tints of Sky Blue #85CFEF

Color information

#85CFEF (or 0x85CFEF) is unknown color: approx Sky Blue. HEX triplet: 85, CF and EF. RGB value is (133,207,239). Sum of RGB (Red+Green+Blue) = 133+207+239=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #85CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CFEF is #7A3010. Grayscale: #BCBCBC. Windows color (decimal): -8007697 or 15716229. OLE color: 15716229.

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

Color convert

RGB133207239-
CMYK0.440.1300.06
HSL198.11º76.81%72.94%-
HSV(B)198.11º44.35%93.73%-
XYZ47.5755.8489.93-
YUV188.52156.4888.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.97%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=22.97%
G=35.75%
B=41.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332072390.440.1300.06198.1176.8172.94
Hex85CFEF2CD06c64d49
Octal205317357541506306115111
Binary100001011100111111101111101100110101101100011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,207,239); }

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

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

 a { background-color: rgb(133,207,239); }

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

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

 span { border-color: rgb(133,207,239); }

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