Html Css Color HEX #8ADDDD Spray

📋 copy color: '#8ADDDD'

red 138 ◦ green 221 ◦ blue 221

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

Shades of Spray #8ADDDD

Tints of Spray #8ADDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.1%

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 23.79%
G = 38.1%
B = 38.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ADDDD (or 0x8ADDDD) is known color: Spray. HEX triplet: 8A, DD and DD. RGB value is (138,221,221). Sum of RGB (Red+Green+Blue) = 138+221+221=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #8ADDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDDD is #752222. Grayscale: #C4C4C4. Windows color (decimal): -7676451 or 14540170. OLE color: 14540170.

HSL color Cylindrical-coordinate representation of color #8ADDDD: hue angle of 180º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDDD is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 221 -
CMYK 0.38 0 0 0.13
HSL 180º 0.55% 0.7% -
HSV(B) 180º 0.38% 0.87% -
XYZ 49.39 62.34 77.84 -
YUV 196.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 138 221 221 0.38 0 0 0.13 180 0.55 0.7
Hex 8A DD DD 26 0 0 D B4 37 46
Octal 212 335 335 46 0 0 15 264 67 106
Binary 10001010 11011101 11011101 100110 0 0 1101 10110100 110111 1000110

Color Harmonies of #8ADDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDDD

Black with #8ADDDD

Text Example


Text Example

White with #8ADDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,221,221); }

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

background-color css

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

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

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

border-color css

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

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

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