Html Css Color HEX #ACD0E8 Sail

📋 copy color: '#ACD0E8'

red 172 ◦ green 208 ◦ blue 232

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

Shades of Sail #ACD0E8

Tints of Sail #ACD0E8

RGB

 RED value IS 172 (67.58% from 255) = 28.1%

 GREEN value IS 208 (81.64% from 255) = 33.99%

 BLUE value IS 232 (91.02% from 255) = 37.91%

R = 28.1%
G = 33.99%
B = 37.91%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACD0E8 (or 0xACD0E8) is known color: Sail. HEX triplet: AC, D0 and E8. RGB value is (172,208,232). Sum of RGB (Red+Green+Blue) = 172+208+232=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACD0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0E8 is #532F17. Grayscale: #C7C7C7. Windows color (decimal): -5451544 or 15257772. OLE color: 15257772.

HSL color Cylindrical-coordinate representation of color #ACD0E8: hue angle of 204º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD0E8 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 208 232 -
CMYK 0.26 0.10 0 0.09
HSL 204º 0.57% 0.79% -
HSV(B) 204º 0.26% 0.91% -
XYZ 54.13 59.71 85.02 -
YUV 199.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 172 208 232 0.26 0.10 0 0.09 204 0.57 0.79
Hex AC D0 E8 1A A 0 9 CC 39 4F
Octal 254 320 350 32 12 0 11 314 71 117
Binary 10101100 11010000 11101000 11010 1010 0 1001 11001100 111001 1001111

Color Harmonies of #ACD0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0E8

Black with #ACD0E8

Text Example


Text Example

White with #ACD0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0E8; }

 p { color: rgb(172,208,232); }

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

background-color css

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

 a { background-color: rgb(172,208,232); }

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

border-color css

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

 span { border-color: rgb(172,208,232); }

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