Html Css Color HEX #85CFDE Spray

📋 copy color: '#85CFDE'

red 133 ◦ green 207 ◦ blue 222

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

Shades of Spray #85CFDE

Tints of Spray #85CFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.83%

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 23.67%
G = 36.83%
B = 39.5%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85CFDE (or 0x85CFDE) is known color: Spray. HEX triplet: 85, CF and DE. RGB value is (133,207,222). Sum of RGB (Red+Green+Blue) = 133+207+222=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #85CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFDE is #7A3021. Grayscale: #BABABA. Windows color (decimal): -8007714 or 14602117. OLE color: 14602117.

HSL color Cylindrical-coordinate representation of color #85CFDE: hue angle of 190.11º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CFDE is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 207 222 -
CMYK 0.40 0.07 0 0.13
HSL 190.11º 0.57% 0.7% -
HSV(B) 190.11º 0.4% 0.87% -
XYZ 45.17 54.89 77.32 -
YUV 186.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 133 207 222 0.40 0.07 0 0.13 190.11 0.57 0.7
Hex 85 CF DE 28 7 0 D BE 39 46
Octal 205 317 336 50 7 0 15 276 71 106
Binary 10000101 11001111 11011110 101000 111 0 1101 10111110 111001 1000110

Color Harmonies of #85CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFDE

Black with #85CFDE

Text Example


Text Example

White with #85CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,207,222); }

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

background-color css

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

 a { background-color: rgb(133,207,222); }

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

border-color css

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

 span { border-color: rgb(133,207,222); }

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