Html Css Color HEX #ACD4EF Sail

📋 copy color: '#ACD4EF'

red 172 ◦ green 212 ◦ blue 239

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

Shades of Sail #ACD4EF

Tints of Sail #ACD4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.03%

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

R = 27.61%
G = 34.03%
B = 38.36%

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

#ACD4EF (or 0xACD4EF) is known color: Sail. HEX triplet: AC, D4 and EF. RGB value is (172,212,239). Sum of RGB (Red+Green+Blue) = 172+212+239=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4EF is #532B10. Grayscale: #CACACA. Windows color (decimal): -5450513 or 15717548. OLE color: 15717548.

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

Color convert

RGB 172 212 239 -
CMYK 0.28 0.11 0 0.06
HSL 204.18º 0.68% 0.81% -
HSV(B) 204.18º 0.28% 0.94% -
XYZ 56.14 62.09 90.69 -
YUV 203.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 172 212 239 0.28 0.11 0 0.06 204.18 0.68 0.81
Hex AC D4 EF 1C B 0 6 CC 44 51
Octal 254 324 357 34 13 0 6 314 104 121
Binary 10101100 11010100 11101111 11100 1011 0 110 11001100 1000100 1010001

Color Harmonies of #ACD4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4EF

Black with #ACD4EF

Text Example


Text Example

White with #ACD4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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