Html Css Color HEX #ACD2EC Sail

📋 copy color: '#ACD2EC'

red 172 ◦ green 210 ◦ blue 236

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

Shades of Sail #ACD2EC

Tints of Sail #ACD2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.98%

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 27.83%
G = 33.98%
B = 38.19%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD2EC (or 0xACD2EC) is known color: Sail. HEX triplet: AC, D2 and EC. RGB value is (172,210,236). Sum of RGB (Red+Green+Blue) = 172+210+236=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2EC is #532D13. Grayscale: #C9C9C9. Windows color (decimal): -5451028 or 15520428. OLE color: 15520428.

HSL color Cylindrical-coordinate representation of color #ACD2EC: hue angle of 204.38º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD2EC is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 210 236 -
CMYK 0.27 0.11 0 0.07
HSL 204.38º 0.63% 0.8% -
HSV(B) 204.38º 0.27% 0.93% -
XYZ 55.2 60.92 88.21 -
YUV 201.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 172 210 236 0.27 0.11 0 0.07 204.38 0.63 0.8
Hex AC D2 EC 1B B 0 7 CC 3F 50
Octal 254 322 354 33 13 0 7 314 77 120
Binary 10101100 11010010 11101100 11011 1011 0 111 11001100 111111 1010000

Color Harmonies of #ACD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2EC

Black with #ACD2EC

Text Example


Text Example

White with #ACD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2EC; }

 p { color: rgb(172,210,236); }

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

background-color css

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

 a { background-color: rgb(172,210,236); }

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

border-color css

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

 span { border-color: rgb(172,210,236); }

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