Html Css Color HEX #ACD3EB Sail

📋 copy color: '#ACD3EB'

red 172 ◦ green 211 ◦ blue 235

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

Shades of Sail #ACD3EB

Tints of Sail #ACD3EB

RGB

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

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

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

R = 27.83%
G = 34.14%
B = 38.03%

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

#ACD3EB (or 0xACD3EB) is known color: Sail. HEX triplet: AC, D3 and EB. RGB value is (172,211,235). Sum of RGB (Red+Green+Blue) = 172+211+235=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3EB is #532C14. Grayscale: #C9C9C9. Windows color (decimal): -5450773 or 15455148. OLE color: 15455148.

HSL color Cylindrical-coordinate representation of color #ACD3EB: hue angle of 202.86º 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 #ACD3EB is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 211 235 -
CMYK 0.27 0.10 0 0.08
HSL 202.86º 0.61% 0.8% -
HSV(B) 202.86º 0.27% 0.92% -
XYZ 55.3 61.36 87.53 -
YUV 202.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 172 211 235 0.27 0.10 0 0.08 202.86 0.61 0.8
Hex AC D3 EB 1B A 0 8 CB 3D 50
Octal 254 323 353 33 12 0 10 313 75 120
Binary 10101100 11010011 11101011 11011 1010 0 1000 11001011 111101 1010000

Color Harmonies of #ACD3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3EB

Black with #ACD3EB

Text Example


Text Example

White with #ACD3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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