Html Css Color HEX #8ACCDD Spray

📋 copy color: '#8ACCDD'

red 138 ◦ green 204 ◦ blue 221

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

Shades of Spray #8ACCDD

Tints of Spray #8ACCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.23%

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

R = 24.51%
G = 36.23%
B = 39.25%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ACCDD (or 0x8ACCDD) is known color: Spray. HEX triplet: 8A, CC and DD. RGB value is (138,204,221). Sum of RGB (Red+Green+Blue) = 138+204+221=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ACCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCDD is #753322. Grayscale: #BABABA. Windows color (decimal): -7680803 or 14535818. OLE color: 14535818.

HSL color Cylindrical-coordinate representation of color #8ACCDD: hue angle of 192.29º 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 #8ACCDD is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 204 221 -
CMYK 0.38 0.08 0 0.13
HSL 192.29º 0.55% 0.7% -
HSV(B) 192.29º 0.38% 0.87% -
XYZ 45.13 53.81 76.41 -
YUV 186.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 138 204 221 0.38 0.08 0 0.13 192.29 0.55 0.7
Hex 8A CC DD 26 8 0 D C0 37 46
Octal 212 314 335 46 10 0 15 300 67 106
Binary 10001010 11001100 11011101 100110 1000 0 1101 11000000 110111 1000110

Color Harmonies of #8ACCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCDD

Black with #8ACCDD

Text Example


Text Example

White with #8ACCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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