#85DFEB

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

Shades of Sky Blue #85DFEB

Tints of Sky Blue #85DFEB

Color information

#85DFEB (or 0x85DFEB) is unknown color: approx Sky Blue. HEX triplet: 85, DF and EB. RGB value is (133,223,235). Sum of RGB (Red+Green+Blue) = 133+223+235=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #85DFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFEB is #7A2014. Grayscale: #C5C5C5. Windows color (decimal): -8003605 or 15458181. OLE color: 15458181.

HSL color Cylindrical-coordinate representation of color #85DFEB: hue angle of 187.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85DFEB is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133223235-
CMYK0.430.0500.08
HSL187.06º71.83%72.16%-
HSV(B)187.06º43.4%92.16%-
XYZ51.0663.7688.21-
YUV197.46149.1882.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.50%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=22.50%
G=37.73%
B=39.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332232350.430.0500.08187.0671.8372.16
Hex85DFEB2B508bb4848
Octal205337353535010273110110
Binary100001011101111111101011101011101010001011101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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