Html Css Color HEX #ACD0E5 Sail

📋 copy color: '#ACD0E5'

red 172 ◦ green 208 ◦ blue 229

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

Shades of Sail #ACD0E5

Tints of Sail #ACD0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.6%

R = 28.24%
G = 34.15%
B = 37.6%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACD0E5 (or 0xACD0E5) is known color: Sail. HEX triplet: AC, D0 and E5. RGB value is (172,208,229). Sum of RGB (Red+Green+Blue) = 172+208+229=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACD0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0E5 is #532F1A. Grayscale: #C7C7C7. Windows color (decimal): -5451547 or 15061164. OLE color: 15061164.

HSL color Cylindrical-coordinate representation of color #ACD0E5: hue angle of 202.11º degrees, saturation: 0.52, 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 #ACD0E5 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 208 229 -
CMYK 0.25 0.09 0 0.10
HSL 202.11º 0.52% 0.79% -
HSV(B) 202.11º 0.25% 0.9% -
XYZ 53.71 59.54 82.79 -
YUV 199.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 172 208 229 0.25 0.09 0 0.10 202.11 0.52 0.79
Hex AC D0 E5 19 9 0 A CA 34 4F
Octal 254 320 345 31 11 0 12 312 64 117
Binary 10101100 11010000 11100101 11001 1001 0 1010 11001010 110100 1001111

Color Harmonies of #ACD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0E5

Black with #ACD0E5

Text Example


Text Example

White with #ACD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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