Html Css Color HEX #85CCDA Spray

📋 copy color: '#85CCDA'

red 133 ◦ green 204 ◦ blue 218

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

Shades of Spray #85CCDA

Tints of Spray #85CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 23.96%
G = 36.76%
B = 39.28%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#85CCDA (or 0x85CCDA) is known color: Spray. HEX triplet: 85, CC and DA. RGB value is (133,204,218). Sum of RGB (Red+Green+Blue) = 133+204+218=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #85CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCDA is #7A3325. Grayscale: #B8B8B8. Windows color (decimal): -8008486 or 14339205. OLE color: 14339205.

HSL color Cylindrical-coordinate representation of color #85CCDA: hue angle of 189.88º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85CCDA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 204 218 -
CMYK 0.39 0.06 0 0.15
HSL 189.88º 0.53% 0.69% -
HSV(B) 189.88º 0.39% 0.85% -
XYZ 43.92 53.23 74.29 -
YUV 184.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 133 204 218 0.39 0.06 0 0.15 189.88 0.53 0.69
Hex 85 CC DA 27 6 0 F BE 35 45
Octal 205 314 332 47 6 0 17 276 65 105
Binary 10000101 11001100 11011010 100111 110 0 1111 10111110 110101 1000101

Color Harmonies of #85CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCDA

Black with #85CCDA

Text Example


Text Example

White with #85CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,204,218); }

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

background-color css

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

 a { background-color: rgb(133,204,218); }

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

border-color css

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

 span { border-color: rgb(133,204,218); }

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