Html Css Color HEX #ACD3ED Sail

📋 copy color: '#ACD3ED'

red 172 ◦ green 211 ◦ blue 237

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

Shades of Sail #ACD3ED

Tints of Sail #ACD3ED

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.03%

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 27.74%
G = 34.03%
B = 38.23%

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

#ACD3ED (or 0xACD3ED) is known color: Sail. HEX triplet: AC, D3 and ED. RGB value is (172,211,237). Sum of RGB (Red+Green+Blue) = 172+211+237=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3ED is #532C12. Grayscale: #CACACA. Windows color (decimal): -5450771 or 15586220. OLE color: 15586220.

HSL color Cylindrical-coordinate representation of color #ACD3ED: hue angle of 204º degrees, saturation: 0.64, 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 #ACD3ED is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 211 237 -
CMYK 0.27 0.11 0 0.07
HSL 204º 0.64% 0.8% -
HSV(B) 204º 0.27% 0.93% -
XYZ 55.59 61.47 89.06 -
YUV 202.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 172 211 237 0.27 0.11 0 0.07 204 0.64 0.8
Hex AC D3 ED 1B B 0 7 CC 40 50
Octal 254 323 355 33 13 0 7 314 100 120
Binary 10101100 11010011 11101101 11011 1011 0 111 11001100 1000000 1010000

Color Harmonies of #ACD3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3ED

Black with #ACD3ED

Text Example


Text Example

White with #ACD3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3ED; }

 p { color: rgb(172,211,237); }

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

background-color css

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

 a { background-color: rgb(172,211,237); }

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

border-color css

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

 span { border-color: rgb(172,211,237); }

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