Html Css Color HEX #ACD4EB Sail

📋 copy color: '#ACD4EB'

red 172 ◦ green 212 ◦ blue 235

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

Shades of Sail #ACD4EB

Tints of Sail #ACD4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.25%

 BLUE value IS 235 (92.19% from 255) = 37.96%

R = 27.79%
G = 34.25%
B = 37.96%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACD4EB (or 0xACD4EB) is known color: Sail. HEX triplet: AC, D4 and EB. RGB value is (172,212,235). Sum of RGB (Red+Green+Blue) = 172+212+235=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4EB is #532B14. Grayscale: #CACACA. Windows color (decimal): -5450517 or 15455404. OLE color: 15455404.

HSL color Cylindrical-coordinate representation of color #ACD4EB: hue angle of 201.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD4EB is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 212 235 -
CMYK 0.27 0.10 0 0.08
HSL 201.9º 0.61% 0.8% -
HSV(B) 201.9º 0.27% 0.92% -
XYZ 55.55 61.86 87.61 -
YUV 202.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 172 212 235 0.27 0.10 0 0.08 201.9 0.61 0.8
Hex AC D4 EB 1B A 0 8 CA 3D 50
Octal 254 324 353 33 12 0 10 312 75 120
Binary 10101100 11010100 11101011 11011 1010 0 1000 11001010 111101 1010000

Color Harmonies of #ACD4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4EB

Black with #ACD4EB

Text Example


Text Example

White with #ACD4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4EB; }

 p { color: rgb(172,212,235); }

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

background-color css

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

 a { background-color: rgb(172,212,235); }

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

border-color css

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

 span { border-color: rgb(172,212,235); }

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