Html Css Color HEX #8ADEE1 Spray

📋 copy color: '#8ADEE1'

red 138 ◦ green 222 ◦ blue 225

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

Shades of Spray #8ADEE1

Tints of Spray #8ADEE1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.95%

 BLUE value IS 225 (88.28% from 255) = 38.46%

R = 23.59%
G = 37.95%
B = 38.46%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8ADEE1 (or 0x8ADEE1) is known color: Spray. HEX triplet: 8A, DE and E1. RGB value is (138,222,225). Sum of RGB (Red+Green+Blue) = 138+222+225=585 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.59% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #8ADEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADEE1 is #75211E. Grayscale: #C5C5C5. Windows color (decimal): -7676191 or 14802570. OLE color: 14802570.

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

Color convert

RGB 138 222 225 -
CMYK 0.39 0.01 0 0.12
HSL 182.07º 0.59% 0.71% -
HSV(B) 182.07º 0.39% 0.88% -
XYZ 50.19 63.08 80.76 -
YUV 197.23 143.67 85.76 -
System Red Green Blue C M Y K H S L
Decimal 138 222 225 0.39 0.01 0 0.12 182.07 0.59 0.71
Hex 8A DE E1 27 1 0 C B6 3B 47
Octal 212 336 341 47 1 0 14 266 73 107
Binary 10001010 11011110 11100001 100111 1 0 1100 10110110 111011 1000111

Color Harmonies of #8ADEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEE1

Black with #8ADEE1

Text Example


Text Example

White with #8ADEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,222,225); }

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

background-color css

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

 a { background-color: rgb(138,222,225); }

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

border-color css

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

 span { border-color: rgb(138,222,225); }

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