Html Css Color HEX #85DBEC Sky Blue

📋 copy color: '#85DBEC'

red 133 ◦ green 219 ◦ blue 236

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

Shades of Sky Blue #85DBEC

Tints of Sky Blue #85DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.24%

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

R = 22.62%
G = 37.24%
B = 40.14%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85DBEC (or 0x85DBEC) is known color: Sky Blue. HEX triplet: 85, DB and EC. RGB value is (133,219,236). Sum of RGB (Red+Green+Blue) = 133+219+236=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #85DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBEC is #7A2413. Grayscale: #C3C3C3. Windows color (decimal): -8004628 or 15522693. OLE color: 15522693.

HSL color Cylindrical-coordinate representation of color #85DBEC: hue angle of 189.9º 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 #85DBEC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 219 236 -
CMYK 0.44 0.07 0 0.07
HSL 189.9º 0.73% 0.72% -
HSV(B) 189.9º 0.44% 0.93% -
XYZ 50.14 61.71 88.62 -
YUV 195.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 133 219 236 0.44 0.07 0 0.07 189.9 0.73 0.72
Hex 85 DB EC 2C 7 0 7 BE 49 48
Octal 205 333 354 54 7 0 7 276 111 110
Binary 10000101 11011011 11101100 101100 111 0 111 10111110 1001001 1001000

Color Harmonies of #85DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBEC

Black with #85DBEC

Text Example


Text Example

White with #85DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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