Html Css Color HEX #ACD5EF Sail

📋 copy color: '#ACD5EF'

red 172 ◦ green 213 ◦ blue 239

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

Shades of Sail #ACD5EF

Tints of Sail #ACD5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 27.56%
G = 34.13%
B = 38.3%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACD5EF (or 0xACD5EF) is known color: Sail. HEX triplet: AC, D5 and EF. RGB value is (172,213,239). Sum of RGB (Red+Green+Blue) = 172+213+239=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5EF is #532A10. Grayscale: #CBCBCB. Windows color (decimal): -5450257 or 15717804. OLE color: 15717804.

HSL color Cylindrical-coordinate representation of color #ACD5EF: hue angle of 203.28º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD5EF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 213 239 -
CMYK 0.28 0.11 0 0.06
HSL 203.28º 0.68% 0.81% -
HSV(B) 203.28º 0.28% 0.94% -
XYZ 56.39 62.59 90.77 -
YUV 203.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 172 213 239 0.28 0.11 0 0.06 203.28 0.68 0.81
Hex AC D5 EF 1C B 0 6 CB 44 51
Octal 254 325 357 34 13 0 6 313 104 121
Binary 10101100 11010101 11101111 11100 1011 0 110 11001011 1000100 1010001

Color Harmonies of #ACD5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5EF

Black with #ACD5EF

Text Example


Text Example

White with #ACD5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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