Html Css Color HEX #8ADCDD Spray

📋 copy color: '#8ADCDD'

red 138 ◦ green 220 ◦ blue 221

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

Shades of Spray #8ADCDD

Tints of Spray #8ADCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 23.83%
G = 38%
B = 38.17%

CMYK

 C value IS 0.38

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ADCDD (or 0x8ADCDD) is known color: Spray. HEX triplet: 8A, DC and DD. RGB value is (138,220,221). Sum of RGB (Red+Green+Blue) = 138+220+221=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ADCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADCDD is #752322. Grayscale: #C3C3C3. Windows color (decimal): -7676707 or 14539914. OLE color: 14539914.

HSL color Cylindrical-coordinate representation of color #8ADCDD: hue angle of 180.72º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADCDD is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 220 221 -
CMYK 0.38 0.00 0 0.13
HSL 180.72º 0.55% 0.7% -
HSV(B) 180.72º 0.38% 0.87% -
XYZ 49.13 61.81 77.75 -
YUV 195.6 142.33 86.92 -
System Red Green Blue C M Y K H S L
Decimal 138 220 221 0.38 0.00 0 0.13 180.72 0.55 0.7
Hex 8A DC DD 26 0 0 D B5 37 46
Octal 212 334 335 46 0 0 15 265 67 106
Binary 10001010 11011100 11011101 100110 0 0 1101 10110101 110111 1000110

Color Harmonies of #8ADCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADCDD

Black with #8ADCDD

Text Example


Text Example

White with #8ADCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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