Html Css Color HEX #ACDAF4 Sail

📋 copy color: '#ACDAF4'

red 172 ◦ green 218 ◦ blue 244

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

Shades of Sail #ACDAF4

Tints of Sail #ACDAF4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.38%

 BLUE value IS 244 (95.7% from 255) = 38.49%

R = 27.13%
G = 34.38%
B = 38.49%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACDAF4 (or 0xACDAF4) is known color: Sail. HEX triplet: AC, DA and F4. RGB value is (172,218,244). Sum of RGB (Red+Green+Blue) = 172+218+244=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACDAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF4 is #53250B. Grayscale: #CFCFCF. Windows color (decimal): -5448972 or 16046764. OLE color: 16046764.

HSL color Cylindrical-coordinate representation of color #ACDAF4: hue angle of 201.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDAF4 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 218 244 -
CMYK 0.30 0.11 0 0.04
HSL 201.67º 0.77% 0.82% -
HSV(B) 201.67º 0.3% 0.96% -
XYZ 58.41 65.45 95.14 -
YUV 207.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 172 218 244 0.30 0.11 0 0.04 201.67 0.77 0.82
Hex AC DA F4 1E B 0 4 CA 4D 52
Octal 254 332 364 36 13 0 4 312 115 122
Binary 10101100 11011010 11110100 11110 1011 0 100 11001010 1001101 1010010

Color Harmonies of #ACDAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAF4

Black with #ACDAF4

Text Example


Text Example

White with #ACDAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAF4; }

 p { color: rgb(172,218,244); }

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

background-color css

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

 a { background-color: rgb(172,218,244); }

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

border-color css

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

 span { border-color: rgb(172,218,244); }

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