Html Css Color HEX #8ADAE0 Spray

📋 copy color: '#8ADAE0'

red 138 ◦ green 218 ◦ blue 224

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

Shades of Spray #8ADAE0

Tints of Spray #8ADAE0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 224 (87.89% from 255) = 38.62%

R = 23.79%
G = 37.59%
B = 38.62%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8ADAE0 (or 0x8ADAE0) is known color: Spray. HEX triplet: 8A, DA and E0. RGB value is (138,218,224). Sum of RGB (Red+Green+Blue) = 138+218+224=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ADAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADAE0 is #75251F. Grayscale: #C2C2C2. Windows color (decimal): -7677216 or 14736010. OLE color: 14736010.

HSL color Cylindrical-coordinate representation of color #8ADAE0: hue angle of 184.19º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADAE0 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 218 224 -
CMYK 0.38 0.03 0 0.12
HSL 184.19º 0.58% 0.71% -
HSV(B) 184.19º 0.38% 0.88% -
XYZ 49.01 60.93 79.7 -
YUV 194.76 144.5 87.51 -
System Red Green Blue C M Y K H S L
Decimal 138 218 224 0.38 0.03 0 0.12 184.19 0.58 0.71
Hex 8A DA E0 26 3 0 C B8 3A 47
Octal 212 332 340 46 3 0 14 270 72 107
Binary 10001010 11011010 11100000 100110 11 0 1100 10111000 111010 1000111

Color Harmonies of #8ADAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADAE0

Black with #8ADAE0

Text Example


Text Example

White with #8ADAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,218,224); }

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

background-color css

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

 a { background-color: rgb(138,218,224); }

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

border-color css

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

 span { border-color: rgb(138,218,224); }

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