Html Css Color HEX #ACD2E9 Sail

📋 copy color: '#ACD2E9'

red 172 ◦ green 210 ◦ blue 233

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

Shades of Sail #ACD2E9

Tints of Sail #ACD2E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.89%

R = 27.97%
G = 34.15%
B = 37.89%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACD2E9 (or 0xACD2E9) is known color: Sail. HEX triplet: AC, D2 and E9. RGB value is (172,210,233). Sum of RGB (Red+Green+Blue) = 172+210+233=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2E9 is #532D16. Grayscale: #C9C9C9. Windows color (decimal): -5451031 or 15323820. OLE color: 15323820.

HSL color Cylindrical-coordinate representation of color #ACD2E9: hue angle of 202.62º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD2E9 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 210 233 -
CMYK 0.26 0.10 0 0.09
HSL 202.62º 0.58% 0.79% -
HSV(B) 202.62º 0.26% 0.91% -
XYZ 54.77 60.75 85.93 -
YUV 201.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 172 210 233 0.26 0.10 0 0.09 202.62 0.58 0.79
Hex AC D2 E9 1A A 0 9 CB 3A 4F
Octal 254 322 351 32 12 0 11 313 72 117
Binary 10101100 11010010 11101001 11010 1010 0 1001 11001011 111010 1001111

Color Harmonies of #ACD2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2E9

Black with #ACD2E9

Text Example


Text Example

White with #ACD2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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