Html Css Color HEX #8ADCE1 Spray

📋 copy color: '#8ADCE1'

red 138 ◦ green 220 ◦ blue 225

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

Shades of Spray #8ADCE1

Tints of Spray #8ADCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.74%

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

R = 23.67%
G = 37.74%
B = 38.59%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8ADCE1 (or 0x8ADCE1) is known color: Spray. HEX triplet: 8A, DC and E1. RGB value is (138,220,225). Sum of RGB (Red+Green+Blue) = 138+220+225=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #8ADCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCE1 is #75231E. Grayscale: #C3C3C3. Windows color (decimal): -7676703 or 14802058. OLE color: 14802058.

HSL color Cylindrical-coordinate representation of color #8ADCE1: hue angle of 183.45º 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 #8ADCE1 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 220 225 -
CMYK 0.39 0.02 0 0.12
HSL 183.45º 0.59% 0.71% -
HSV(B) 183.45º 0.39% 0.88% -
XYZ 49.67 62.03 80.59 -
YUV 196.05 144.33 86.59 -
System Red Green Blue C M Y K H S L
Decimal 138 220 225 0.39 0.02 0 0.12 183.45 0.59 0.71
Hex 8A DC E1 27 2 0 C B7 3B 47
Octal 212 334 341 47 2 0 14 267 73 107
Binary 10001010 11011100 11100001 100111 10 0 1100 10110111 111011 1000111

Color Harmonies of #8ADCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCE1

Black with #8ADCE1

Text Example


Text Example

White with #8ADCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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