Html Css Color HEX #87DBDC Spray

📋 copy color: '#87DBDC'

red 135 ◦ green 219 ◦ blue 220

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

Shades of Spray #87DBDC

Tints of Spray #87DBDC

RGB

 RED value IS 135 (53.13% from 255) = 23.52%

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 23.52%
G = 38.15%
B = 38.33%

CMYK

 C value IS 0.39

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87DBDC (or 0x87DBDC) is known color: Spray. HEX triplet: 87, DB and DC. RGB value is (135,219,220). Sum of RGB (Red+Green+Blue) = 135+219+220=574 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.52% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #87DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87DBDC is #782423. Grayscale: #C1C1C1. Windows color (decimal): -7873572 or 14474119. OLE color: 14474119.

HSL color Cylindrical-coordinate representation of color #87DBDC: hue angle of 180.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87DBDC is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 219 220 -
CMYK 0.39 0.00 0 0.14
HSL 180.71º 0.55% 0.7% -
HSV(B) 180.71º 0.39% 0.86% -
XYZ 48.24 60.98 76.94 -
YUV 194 142.67 85.92 -
System Red Green Blue C M Y K H S L
Decimal 135 219 220 0.39 0.00 0 0.14 180.71 0.55 0.7
Hex 87 DB DC 27 0 0 E B5 37 46
Octal 207 333 334 47 0 0 16 265 67 106
Binary 10000111 11011011 11011100 100111 0 0 1110 10110101 110111 1000110

Color Harmonies of #87DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87DBDC

Black with #87DBDC

Text Example


Text Example

White with #87DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87DBDC; }

 p { color: rgb(135,219,220); }

 H1.HeaderClassName
 {
   color: #87DBDC;
 }
 .AnyTagClassName
 {
   color: #87DBDC;
 }
</style>

background-color css

<style>
 a { background-color: #87DBDC; }

 a { background-color: rgb(135,219,220); }

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

border-color css

<style>
 span { border-color: #87DBDC; }

 span { border-color: rgb(135,219,220); }

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