Html Css Color HEX #85DFE9 Spray

📋 copy color: '#85DFE9'

red 133 ◦ green 223 ◦ blue 233

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

Shades of Spray #85DFE9

Tints of Spray #85DFE9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.86%

 BLUE value IS 233 (91.41% from 255) = 39.56%

R = 22.58%
G = 37.86%
B = 39.56%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#85DFE9 (or 0x85DFE9) is known color: Spray. HEX triplet: 85, DF and E9. RGB value is (133,223,233). Sum of RGB (Red+Green+Blue) = 133+223+233=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #85DFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFE9 is #7A2016. Grayscale: #C5C5C5. Windows color (decimal): -8003607 or 15327109. OLE color: 15327109.

HSL color Cylindrical-coordinate representation of color #85DFE9: hue angle of 186º degrees, saturation: 0.69, 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 #85DFE9 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 223 233 -
CMYK 0.43 0.04 0 0.09
HSL 186º 0.69% 0.72% -
HSV(B) 186º 0.43% 0.91% -
XYZ 50.77 63.65 86.7 -
YUV 197.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 133 223 233 0.43 0.04 0 0.09 186 0.69 0.72
Hex 85 DF E9 2B 4 0 9 BA 45 48
Octal 205 337 351 53 4 0 11 272 105 110
Binary 10000101 11011111 11101001 101011 100 0 1001 10111010 1000101 1001000

Color Harmonies of #85DFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFE9

Black with #85DFE9

Text Example


Text Example

White with #85DFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,223,233); }

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

background-color css

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

 a { background-color: rgb(133,223,233); }

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

border-color css

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

 span { border-color: rgb(133,223,233); }

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