Html Css Color HEX #8AD9DD Spray

📋 copy color: '#8AD9DD'

red 138 ◦ green 217 ◦ blue 221

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

Shades of Spray #8AD9DD

Tints of Spray #8AD9DD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.67%

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

R = 23.96%
G = 37.67%
B = 38.37%

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

#8AD9DD (or 0x8AD9DD) is known color: Spray. HEX triplet: 8A, D9 and DD. RGB value is (138,217,221). Sum of RGB (Red+Green+Blue) = 138+217+221=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AD9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD9DD is #752622. Grayscale: #C1C1C1. Windows color (decimal): -7677475 or 14539146. OLE color: 14539146.

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

Color convert

RGB 138 217 221 -
CMYK 0.38 0.02 0 0.13
HSL 182.89º 0.55% 0.7% -
HSV(B) 182.89º 0.38% 0.87% -
XYZ 48.35 60.25 77.49 -
YUV 193.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 138 217 221 0.38 0.02 0 0.13 182.89 0.55 0.7
Hex 8A D9 DD 26 2 0 D B7 37 46
Octal 212 331 335 46 2 0 15 267 67 106
Binary 10001010 11011001 11011101 100110 10 0 1101 10110111 110111 1000110

Color Harmonies of #8AD9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD9DD

Black with #8AD9DD

Text Example


Text Example

White with #8AD9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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