Html Css Color HEX #ACD3EF Sail

📋 copy color: '#ACD3EF'

red 172 ◦ green 211 ◦ blue 239

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

Shades of Sail #ACD3EF

Tints of Sail #ACD3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.42%

R = 27.65%
G = 33.92%
B = 38.42%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACD3EF (or 0xACD3EF) is known color: Sail. HEX triplet: AC, D3 and EF. RGB value is (172,211,239). Sum of RGB (Red+Green+Blue) = 172+211+239=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3EF is #532C10. Grayscale: #CACACA. Windows color (decimal): -5450769 or 15717292. OLE color: 15717292.

HSL color Cylindrical-coordinate representation of color #ACD3EF: hue angle of 205.07º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD3EF is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 211 239 -
CMYK 0.28 0.12 0 0.06
HSL 205.07º 0.68% 0.81% -
HSV(B) 205.07º 0.28% 0.94% -
XYZ 55.89 61.59 90.6 -
YUV 202.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 172 211 239 0.28 0.12 0 0.06 205.07 0.68 0.81
Hex AC D3 EF 1C C 0 6 CD 44 51
Octal 254 323 357 34 14 0 6 315 104 121
Binary 10101100 11010011 11101111 11100 1100 0 110 11001101 1000100 1010001

Color Harmonies of #ACD3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3EF

Black with #ACD3EF

Text Example


Text Example

White with #ACD3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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