Html Css Color HEX #8ADDDE Spray

📋 copy color: '#8ADDDE'

red 138 ◦ green 221 ◦ blue 222

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

Shades of Spray #8ADDDE

Tints of Spray #8ADDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.21%

R = 23.75%
G = 38.04%
B = 38.21%

CMYK

 C value IS 0.38

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ADDDE (or 0x8ADDDE) is known color: Spray. HEX triplet: 8A, DD and DE. RGB value is (138,221,222). Sum of RGB (Red+Green+Blue) = 138+221+222=581 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.75% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #8ADDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADDDE is #752221. Grayscale: #C4C4C4. Windows color (decimal): -7676450 or 14605706. OLE color: 14605706.

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

Color convert

RGB 138 221 222 -
CMYK 0.38 0.00 0 0.13
HSL 180.71º 0.56% 0.71% -
HSV(B) 180.71º 0.38% 0.87% -
XYZ 49.52 62.39 78.54 -
YUV 196.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 138 221 222 0.38 0.00 0 0.13 180.71 0.56 0.71
Hex 8A DD DE 26 0 0 D B5 38 47
Octal 212 335 336 46 0 0 15 265 70 107
Binary 10001010 11011101 11011110 100110 0 0 1101 10110101 111000 1000111

Color Harmonies of #8ADDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADDDE

Black with #8ADDDE

Text Example


Text Example

White with #8ADDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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