Html Css Color HEX #85CFD7 Spray

📋 copy color: '#85CFD7'

red 133 ◦ green 207 ◦ blue 215

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

Shades of Spray #85CFD7

Tints of Spray #85CFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 23.96%
G = 37.3%
B = 38.74%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#85CFD7 (or 0x85CFD7) is known color: Spray. HEX triplet: 85, CF and D7. RGB value is (133,207,215). Sum of RGB (Red+Green+Blue) = 133+207+215=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #85CFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFD7 is #7A3028. Grayscale: #B9B9B9. Windows color (decimal): -8007721 or 14143365. OLE color: 14143365.

HSL color Cylindrical-coordinate representation of color #85CFD7: hue angle of 185.85º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CFD7 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 207 215 -
CMYK 0.38 0.04 0 0.16
HSL 185.85º 0.51% 0.68% -
HSV(B) 185.85º 0.38% 0.84% -
XYZ 44.25 54.52 72.48 -
YUV 185.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 133 207 215 0.38 0.04 0 0.16 185.85 0.51 0.68
Hex 85 CF D7 26 4 0 10 BA 33 44
Octal 205 317 327 46 4 0 20 272 63 104
Binary 10000101 11001111 11010111 100110 100 0 10000 10111010 110011 1000100

Color Harmonies of #85CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFD7

Black with #85CFD7

Text Example


Text Example

White with #85CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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