Html Css Color HEX #8ADFE6 Spray

📋 copy color: '#8ADFE6'

red 138 ◦ green 223 ◦ blue 230

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

Shades of Spray #8ADFE6

Tints of Spray #8ADFE6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.73%

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

R = 23.35%
G = 37.73%
B = 38.92%

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

#8ADFE6 (or 0x8ADFE6) is known color: Spray. HEX triplet: 8A, DF and E6. RGB value is (138,223,230). Sum of RGB (Red+Green+Blue) = 138+223+230=591 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.35% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ADFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ADFE6 is #752019. Grayscale: #C6C6C6. Windows color (decimal): -7675930 or 15130506. OLE color: 15130506.

HSL color Cylindrical-coordinate representation of color #8ADFE6: hue angle of 184.57º 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 #8ADFE6 is Cyan = 0.4, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 223 230 -
CMYK 0.4 0.03 0 0.10
HSL 184.57º 0.65% 0.72% -
HSV(B) 184.57º 0.4% 0.9% -
XYZ 51.15 63.89 84.5 -
YUV 198.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 138 223 230 0.4 0.03 0 0.10 184.57 0.65 0.72
Hex 8A DF E6 28 3 0 A B9 41 48
Octal 212 337 346 50 3 0 12 271 101 110
Binary 10001010 11011111 11100110 101000 11 0 1010 10111001 1000001 1001000

Color Harmonies of #8ADFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADFE6

Black with #8ADFE6

Text Example


Text Example

White with #8ADFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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