Html Css Color HEX #8AD7DC Spray

📋 copy color: '#8AD7DC'

red 138 ◦ green 215 ◦ blue 220

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

Shades of Spray #8AD7DC

Tints of Spray #8AD7DC

RGB

 RED value IS 138 (54.3% from 255) = 24.08%

 GREEN value IS 215 (84.38% from 255) = 37.52%

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

R = 24.08%
G = 37.52%
B = 38.39%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AD7DC (or 0x8AD7DC) is known color: Spray. HEX triplet: 8A, D7 and DC. RGB value is (138,215,220). Sum of RGB (Red+Green+Blue) = 138+215+220=573 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.08% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AD7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD7DC is #752823. Grayscale: #C0C0C0. Windows color (decimal): -7677988 or 14473098. OLE color: 14473098.

HSL color Cylindrical-coordinate representation of color #8AD7DC: hue angle of 183.66º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD7DC is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 215 220 -
CMYK 0.37 0.02 0 0.14
HSL 183.66º 0.54% 0.7% -
HSV(B) 183.66º 0.37% 0.86% -
XYZ 47.7 59.17 76.62 -
YUV 192.55 143.49 89.09 -
System Red Green Blue C M Y K H S L
Decimal 138 215 220 0.37 0.02 0 0.14 183.66 0.54 0.7
Hex 8A D7 DC 25 2 0 E B8 36 46
Octal 212 327 334 45 2 0 16 270 66 106
Binary 10001010 11010111 11011100 100101 10 0 1110 10111000 110110 1000110

Color Harmonies of #8AD7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD7DC

Black with #8AD7DC

Text Example


Text Example

White with #8AD7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AD7DC; }

 p { color: rgb(138,215,220); }

 H1.HeaderClassName
 {
   color: #8AD7DC;
 }
 .AnyTagClassName
 {
   color: #8AD7DC;
 }
</style>

background-color css

<style>
 a { background-color: #8AD7DC; }

 a { background-color: rgb(138,215,220); }

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

border-color css

<style>
 span { border-color: #8AD7DC; }

 span { border-color: rgb(138,215,220); }

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