Html Css Color HEX #ACD0E6 Sail

📋 copy color: '#ACD0E6'

red 172 ◦ green 208 ◦ blue 230

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

Shades of Sail #ACD0E6

Tints of Sail #ACD0E6

RGB

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

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

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

R = 28.2%
G = 34.1%
B = 37.7%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACD0E6 (or 0xACD0E6) is known color: Sail. HEX triplet: AC, D0 and E6. RGB value is (172,208,230). Sum of RGB (Red+Green+Blue) = 172+208+230=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACD0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0E6 is #532F19. Grayscale: #C7C7C7. Windows color (decimal): -5451546 or 15126700. OLE color: 15126700.

HSL color Cylindrical-coordinate representation of color #ACD0E6: hue angle of 202.76º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACD0E6 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 208 230 -
CMYK 0.25 0.10 0 0.10
HSL 202.76º 0.54% 0.79% -
HSV(B) 202.76º 0.25% 0.9% -
XYZ 53.85 59.6 83.53 -
YUV 199.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 172 208 230 0.25 0.10 0 0.10 202.76 0.54 0.79
Hex AC D0 E6 19 A 0 A CB 36 4F
Octal 254 320 346 31 12 0 12 313 66 117
Binary 10101100 11010000 11100110 11001 1010 0 1010 11001011 110110 1001111

Color Harmonies of #ACD0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0E6

Black with #ACD0E6

Text Example


Text Example

White with #ACD0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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