Html Css Color HEX #8AD6DB Spray

📋 copy color: '#8AD6DB'

red 138 ◦ green 214 ◦ blue 219

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

Shades of Spray #8AD6DB

Tints of Spray #8AD6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.48%

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 24.17%
G = 37.48%
B = 38.35%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AD6DB (or 0x8AD6DB) is known color: Spray. HEX triplet: 8A, D6 and DB. RGB value is (138,214,219). Sum of RGB (Red+Green+Blue) = 138+214+219=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AD6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD6DB is #752924. Grayscale: #BFBFBF. Windows color (decimal): -7678245 or 14407306. OLE color: 14407306.

HSL color Cylindrical-coordinate representation of color #8AD6DB: hue angle of 183.7º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD6DB is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 214 219 -
CMYK 0.37 0.02 0 0.14
HSL 183.7º 0.53% 0.7% -
HSV(B) 183.7º 0.37% 0.86% -
XYZ 47.31 58.61 75.84 -
YUV 191.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 138 214 219 0.37 0.02 0 0.14 183.7 0.53 0.7
Hex 8A D6 DB 25 2 0 E B8 35 46
Octal 212 326 333 45 2 0 16 270 65 106
Binary 10001010 11010110 11011011 100101 10 0 1110 10111000 110101 1000110

Color Harmonies of #8AD6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD6DB

Black with #8AD6DB

Text Example


Text Example

White with #8AD6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,214,219); }

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

background-color css

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

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

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

border-color css

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

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

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