Html Css Color HEX #8AD7DF Spray

📋 copy color: '#8AD7DF'

red 138 ◦ green 215 ◦ blue 223

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

Shades of Spray #8AD7DF

Tints of Spray #8AD7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 23.96%
G = 37.33%
B = 38.72%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AD7DF (or 0x8AD7DF) is known color: Spray. HEX triplet: 8A, D7 and DF. RGB value is (138,215,223). Sum of RGB (Red+Green+Blue) = 138+215+223=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD7DF is #752820. Grayscale: #C0C0C0. Windows color (decimal): -7677985 or 14669706. OLE color: 14669706.

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

Color convert

RGB 138 215 223 -
CMYK 0.38 0.04 0 0.13
HSL 185.65º 0.57% 0.71% -
HSV(B) 185.65º 0.38% 0.87% -
XYZ 48.1 59.33 78.73 -
YUV 192.89 144.99 88.85 -
System Red Green Blue C M Y K H S L
Decimal 138 215 223 0.38 0.04 0 0.13 185.65 0.57 0.71
Hex 8A D7 DF 26 4 0 D BA 39 47
Octal 212 327 337 46 4 0 15 272 71 107
Binary 10001010 11010111 11011111 100110 100 0 1101 10111010 111001 1000111

Color Harmonies of #8AD7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD7DF

Black with #8AD7DF

Text Example


Text Example

White with #8AD7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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