Html Css Color HEX #85DBED Sky Blue

📋 copy color: '#85DBED'

red 133 ◦ green 219 ◦ blue 237

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

Shades of Sky Blue #85DBED

Tints of Sky Blue #85DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 22.58%
G = 37.18%
B = 40.24%

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

#85DBED (or 0x85DBED) is known color: Sky Blue. HEX triplet: 85, DB and ED. RGB value is (133,219,237). Sum of RGB (Red+Green+Blue) = 133+219+237=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #85DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBED is #7A2412. Grayscale: #C3C3C3. Windows color (decimal): -8004627 or 15588229. OLE color: 15588229.

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

Color convert

RGB 133 219 237 -
CMYK 0.44 0.08 0 0.07
HSL 190.38º 0.74% 0.73% -
HSV(B) 190.38º 0.44% 0.93% -
XYZ 50.29 61.76 89.39 -
YUV 195.34 151.51 83.54 -
System Red Green Blue C M Y K H S L
Decimal 133 219 237 0.44 0.08 0 0.07 190.38 0.74 0.73
Hex 85 DB ED 2C 8 0 7 BE 4A 49
Octal 205 333 355 54 10 0 7 276 112 111
Binary 10000101 11011011 11101101 101100 1000 0 111 10111110 1001010 1001001

Color Harmonies of #85DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBED

Black with #85DBED

Text Example


Text Example

White with #85DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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