Html Css Color HEX #8ADEE6 Spray

📋 copy color: '#8ADEE6'

red 138 ◦ green 222 ◦ blue 230

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

Shades of Spray #8ADEE6

Tints of Spray #8ADEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 23.39%
G = 37.63%
B = 38.98%

CMYK

 C value IS 0.4

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8ADEE6 (or 0x8ADEE6) is known color: Spray. HEX triplet: 8A, DE and E6. RGB value is (138,222,230). Sum of RGB (Red+Green+Blue) = 138+222+230=590 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.39% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ADEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADEE6 is #752119. Grayscale: #C5C5C5. Windows color (decimal): -7676186 or 15130250. OLE color: 15130250.

HSL color Cylindrical-coordinate representation of color #8ADEE6: hue angle of 185.22º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ADEE6 is Cyan = 0.4, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 222 230 -
CMYK 0.4 0.03 0 0.10
HSL 185.22º 0.65% 0.72% -
HSV(B) 185.22º 0.4% 0.9% -
XYZ 50.89 63.36 84.41 -
YUV 197.8 146.17 85.35 -
System Red Green Blue C M Y K H S L
Decimal 138 222 230 0.4 0.03 0 0.10 185.22 0.65 0.72
Hex 8A DE E6 28 3 0 A B9 41 48
Octal 212 336 346 50 3 0 12 271 101 110
Binary 10001010 11011110 11100110 101000 11 0 1010 10111001 1000001 1001000

Color Harmonies of #8ADEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADEE6

Black with #8ADEE6

Text Example


Text Example

White with #8ADEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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