Html Css Color HEX #85DBE8 Sky Blue

📋 copy color: '#85DBE8'

red 133 ◦ green 219 ◦ blue 232

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

Shades of Sky Blue #85DBE8

Tints of Sky Blue #85DBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.73%

R = 22.77%
G = 37.5%
B = 39.73%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85DBE8 (or 0x85DBE8) is known color: Sky Blue. HEX triplet: 85, DB and E8. RGB value is (133,219,232). Sum of RGB (Red+Green+Blue) = 133+219+232=584 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.77% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 232 (91.02% from 255 or 39.73% from 584); Max value from RGB is 232 - color contains mainly: blue. Hex color #85DBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DBE8 is #7A2417. Grayscale: #C2C2C2. Windows color (decimal): -8004632 or 15260549. OLE color: 15260549.

HSL color Cylindrical-coordinate representation of color #85DBE8: hue angle of 187.88º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85DBE8 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 219 232 -
CMYK 0.43 0.06 0 0.09
HSL 187.88º 0.68% 0.72% -
HSV(B) 187.88º 0.43% 0.91% -
XYZ 49.57 61.48 85.6 -
YUV 194.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 133 219 232 0.43 0.06 0 0.09 187.88 0.68 0.72
Hex 85 DB E8 2B 6 0 9 BC 44 48
Octal 205 333 350 53 6 0 11 274 104 110
Binary 10000101 11011011 11101000 101011 110 0 1001 10111100 1000100 1001000

Color Harmonies of #85DBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBE8

Black with #85DBE8

Text Example


Text Example

White with #85DBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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