Html Css Color HEX #8AD8DD Spray

📋 copy color: '#8AD8DD'

red 138 ◦ green 216 ◦ blue 221

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

Shades of Spray #8AD8DD

Tints of Spray #8AD8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.57%

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

R = 24%
G = 37.57%
B = 38.43%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AD8DD (or 0x8AD8DD) is known color: Spray. HEX triplet: 8A, D8 and DD. RGB value is (138,216,221). Sum of RGB (Red+Green+Blue) = 138+216+221=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AD8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD8DD is #752722. Grayscale: #C1C1C1. Windows color (decimal): -7677731 or 14538890. OLE color: 14538890.

HSL color Cylindrical-coordinate representation of color #8AD8DD: hue angle of 183.61º 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 #8AD8DD is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 216 221 -
CMYK 0.38 0.02 0 0.13
HSL 183.61º 0.55% 0.7% -
HSV(B) 183.61º 0.38% 0.87% -
XYZ 48.09 59.74 77.4 -
YUV 193.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 138 216 221 0.38 0.02 0 0.13 183.61 0.55 0.7
Hex 8A D8 DD 26 2 0 D B8 37 46
Octal 212 330 335 46 2 0 15 270 67 106
Binary 10001010 11011000 11011101 100110 10 0 1101 10111000 110111 1000110

Color Harmonies of #8AD8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD8DD

Black with #8AD8DD

Text Example


Text Example

White with #8AD8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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