Html Css Color HEX #ACD6F2 Sail

📋 copy color: '#ACD6F2'

red 172 ◦ green 214 ◦ blue 242

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

Shades of Sail #ACD6F2

Tints of Sail #ACD6F2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.08%

 BLUE value IS 242 (94.92% from 255) = 38.54%

R = 27.39%
G = 34.08%
B = 38.54%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACD6F2 (or 0xACD6F2) is known color: Sail. HEX triplet: AC, D6 and F2. RGB value is (172,214,242). Sum of RGB (Red+Green+Blue) = 172+214+242=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACD6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6F2 is #53290D. Grayscale: #CCCCCC. Windows color (decimal): -5449998 or 15914668. OLE color: 15914668.

HSL color Cylindrical-coordinate representation of color #ACD6F2: hue angle of 204º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD6F2 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 214 242 -
CMYK 0.29 0.12 0 0.05
HSL 204º 0.73% 0.81% -
HSV(B) 204º 0.29% 0.95% -
XYZ 57.09 63.27 93.21 -
YUV 204.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 172 214 242 0.29 0.12 0 0.05 204 0.73 0.81
Hex AC D6 F2 1D C 0 5 CC 49 51
Octal 254 326 362 35 14 0 5 314 111 121
Binary 10101100 11010110 11110010 11101 1100 0 101 11001100 1001001 1010001

Color Harmonies of #ACD6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6F2

Black with #ACD6F2

Text Example


Text Example

White with #ACD6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6F2; }

 p { color: rgb(172,214,242); }

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

background-color css

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

 a { background-color: rgb(172,214,242); }

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

border-color css

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

 span { border-color: rgb(172,214,242); }

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