Html Css Color HEX #ACD6EF Sail

📋 copy color: '#ACD6EF'

red 172 ◦ green 214 ◦ blue 239

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

Shades of Sail #ACD6EF

Tints of Sail #ACD6EF

RGB

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

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

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

R = 27.52%
G = 34.24%
B = 38.24%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACD6EF (or 0xACD6EF) is known color: Sail. HEX triplet: AC, D6 and EF. RGB value is (172,214,239). Sum of RGB (Red+Green+Blue) = 172+214+239=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6EF is #532910. Grayscale: #CCCCCC. Windows color (decimal): -5450001 or 15718060. OLE color: 15718060.

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

Color convert

RGB 172 214 239 -
CMYK 0.28 0.10 0 0.06
HSL 202.39º 0.68% 0.81% -
HSV(B) 202.39º 0.28% 0.94% -
XYZ 56.64 63.1 90.85 -
YUV 204.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 172 214 239 0.28 0.10 0 0.06 202.39 0.68 0.81
Hex AC D6 EF 1C A 0 6 CA 44 51
Octal 254 326 357 34 12 0 6 312 104 121
Binary 10101100 11010110 11101111 11100 1010 0 110 11001010 1000100 1010001

Color Harmonies of #ACD6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6EF

Black with #ACD6EF

Text Example


Text Example

White with #ACD6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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