Html Css Color HEX #85DBEE Sky Blue

📋 copy color: '#85DBEE'

red 133 ◦ green 219 ◦ blue 238

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

Shades of Sky Blue #85DBEE

Tints of Sky Blue #85DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 22.54%
G = 37.12%
B = 40.34%

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

#85DBEE (or 0x85DBEE) is known color: Sky Blue. HEX triplet: 85, DB and EE. RGB value is (133,219,238). Sum of RGB (Red+Green+Blue) = 133+219+238=590 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.54% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #85DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBEE is #7A2411. Grayscale: #C3C3C3. Windows color (decimal): -8004626 or 15653765. OLE color: 15653765.

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

Color convert

RGB 133 219 238 -
CMYK 0.44 0.08 0 0.07
HSL 190.86º 0.76% 0.73% -
HSV(B) 190.86º 0.44% 0.93% -
XYZ 50.44 61.82 90.16 -
YUV 195.45 152.01 83.46 -
System Red Green Blue C M Y K H S L
Decimal 133 219 238 0.44 0.08 0 0.07 190.86 0.76 0.73
Hex 85 DB EE 2C 8 0 7 BF 4C 49
Octal 205 333 356 54 10 0 7 277 114 111
Binary 10000101 11011011 11101110 101100 1000 0 111 10111111 1001100 1001001

Color Harmonies of #85DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBEE

Black with #85DBEE

Text Example


Text Example

White with #85DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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