Html Css Color HEX #ACD5EE Sail

📋 copy color: '#ACD5EE'

red 172 ◦ green 213 ◦ blue 238

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

Shades of Sail #ACD5EE

Tints of Sail #ACD5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.19%

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

R = 27.61%
G = 34.19%
B = 38.2%

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

#ACD5EE (or 0xACD5EE) is known color: Sail. HEX triplet: AC, D5 and EE. RGB value is (172,213,238). Sum of RGB (Red+Green+Blue) = 172+213+238=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACD5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5EE is #532A11. Grayscale: #CBCBCB. Windows color (decimal): -5450258 or 15652268. OLE color: 15652268.

HSL color Cylindrical-coordinate representation of color #ACD5EE: hue angle of 202.73º 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 #ACD5EE is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 213 238 -
CMYK 0.28 0.11 0 0.07
HSL 202.73º 0.66% 0.8% -
HSV(B) 202.73º 0.28% 0.93% -
XYZ 56.24 62.53 89.99 -
YUV 203.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 172 213 238 0.28 0.11 0 0.07 202.73 0.66 0.8
Hex AC D5 EE 1C B 0 7 CB 42 50
Octal 254 325 356 34 13 0 7 313 102 120
Binary 10101100 11010101 11101110 11100 1011 0 111 11001011 1000010 1010000

Color Harmonies of #ACD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5EE

Black with #ACD5EE

Text Example


Text Example

White with #ACD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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