Html Css Color HEX #ACD3EE Sail

📋 copy color: '#ACD3EE'

red 172 ◦ green 211 ◦ blue 238

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

Shades of Sail #ACD3EE

Tints of Sail #ACD3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 27.7%
G = 33.98%
B = 38.33%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD3EE (or 0xACD3EE) is known color: Sail. HEX triplet: AC, D3 and EE. RGB value is (172,211,238). Sum of RGB (Red+Green+Blue) = 172+211+238=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACD3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3EE is #532C11. Grayscale: #CACACA. Windows color (decimal): -5450770 or 15651756. OLE color: 15651756.

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

Color convert

RGB 172 211 238 -
CMYK 0.28 0.11 0 0.07
HSL 204.55º 0.66% 0.8% -
HSV(B) 204.55º 0.28% 0.93% -
XYZ 55.74 61.53 89.83 -
YUV 202.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 172 211 238 0.28 0.11 0 0.07 204.55 0.66 0.8
Hex AC D3 EE 1C B 0 7 CD 42 50
Octal 254 323 356 34 13 0 7 315 102 120
Binary 10101100 11010011 11101110 11100 1011 0 111 11001101 1000010 1010000

Color Harmonies of #ACD3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3EE

Black with #ACD3EE

Text Example


Text Example

White with #ACD3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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