#85DFEA

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

Shades of Sky Blue #85DFEA

Tints of Sky Blue #85DFEA

Color information

#85DFEA (or 0x85DFEA) is unknown color: approx Sky Blue. HEX triplet: 85, DF and EA. RGB value is (133,223,234). Sum of RGB (Red+Green+Blue) = 133+223+234=590 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.54% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #85DFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFEA is #7A2015. Grayscale: #C5C5C5. Windows color (decimal): -8003606 or 15392645. OLE color: 15392645.

HSL color Cylindrical-coordinate representation of color #85DFEA: hue angle of 186.53º degrees, saturation: 0.71, 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 #85DFEA is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133223234-
CMYK0.430.0500.08
HSL186.53º70.63%71.96%-
HSV(B)186.53º43.16%91.76%-
XYZ50.9163.787.45-
YUV197.34148.6882.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.54%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=22.54%
G=37.80%
B=39.66%

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
Decimal1332232340.430.0500.08186.5370.6371.96
Hex85DFEA2B508bb4748
Octal205337352535010273107110
Binary100001011101111111101010101011101010001011101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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