Html Css Color HEX #85DAEC Sky Blue

📋 copy color: '#85DAEC'

red 133 ◦ green 218 ◦ blue 236

#85DAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #85DAEC

Tints of Sky Blue #85DAEC

RGB

 RED value IS 133 (52.34% from 255) = 22.66%

 GREEN value IS 218 (85.55% from 255) = 37.14%

 BLUE value IS 236 (92.58% from 255) = 40.2%

R = 22.66%
G = 37.14%
B = 40.2%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85DAEC (or 0x85DAEC) is known color: Sky Blue. HEX triplet: 85, DA and EC. RGB value is (133,218,236). Sum of RGB (Red+Green+Blue) = 133+218+236=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #85DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DAEC is #7A2513. Grayscale: #C2C2C2. Windows color (decimal): -8004884 or 15522437. OLE color: 15522437.

HSL color Cylindrical-coordinate representation of color #85DAEC: hue angle of 190.49º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85DAEC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 218 236 -
CMYK 0.44 0.08 0 0.07
HSL 190.49º 0.73% 0.72% -
HSV(B) 190.49º 0.44% 0.93% -
XYZ 49.88 61.19 88.54 -
YUV 194.64 151.34 84.04 -
System Red Green Blue C M Y K H S L
Decimal 133 218 236 0.44 0.08 0 0.07 190.49 0.73 0.72
Hex 85 DA EC 2C 8 0 7 BE 49 48
Octal 205 332 354 54 10 0 7 276 111 110
Binary 10000101 11011010 11101100 101100 1000 0 111 10111110 1001001 1001000

Color Harmonies of #85DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DAEC

Black with #85DAEC

Text Example


Text Example

White with #85DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,218,236); }

 H1.HeaderClassName
 {
   color: #85DAEC;
 }
 .AnyTagClassName
 {
   color: #85DAEC;
 }
</style>

background-color css

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

 a { background-color: rgb(133,218,236); }

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

border-color css

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

 span { border-color: rgb(133,218,236); }

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