Html Css Color HEX #ACD2E8 Sail

📋 copy color: '#ACD2E8'

red 172 ◦ green 210 ◦ blue 232

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

Shades of Sail #ACD2E8

Tints of Sail #ACD2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.79%

R = 28.01%
G = 34.2%
B = 37.79%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACD2E8 (or 0xACD2E8) is known color: Sail. HEX triplet: AC, D2 and E8. RGB value is (172,210,232). Sum of RGB (Red+Green+Blue) = 172+210+232=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACD2E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2E8 is #532D17. Grayscale: #C9C9C9. Windows color (decimal): -5451032 or 15258284. OLE color: 15258284.

HSL color Cylindrical-coordinate representation of color #ACD2E8: hue angle of 202º degrees, saturation: 0.57, 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 #ACD2E8 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 210 232 -
CMYK 0.26 0.09 0 0.09
HSL 202º 0.57% 0.79% -
HSV(B) 202º 0.26% 0.91% -
XYZ 54.63 60.69 85.18 -
YUV 201.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 172 210 232 0.26 0.09 0 0.09 202 0.57 0.79
Hex AC D2 E8 1A 9 0 9 CA 39 4F
Octal 254 322 350 32 11 0 11 312 71 117
Binary 10101100 11010010 11101000 11010 1001 0 1001 11001010 111001 1001111

Color Harmonies of #ACD2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2E8

Black with #ACD2E8

Text Example


Text Example

White with #ACD2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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