Html Css Color HEX #ACD7EF Sail

📋 copy color: '#ACD7EF'

red 172 ◦ green 215 ◦ blue 239

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

Shades of Sail #ACD7EF

Tints of Sail #ACD7EF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.35%

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

R = 27.48%
G = 34.35%
B = 38.18%

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

#ACD7EF (or 0xACD7EF) is known color: Sail. HEX triplet: AC, D7 and EF. RGB value is (172,215,239). Sum of RGB (Red+Green+Blue) = 172+215+239=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7EF is #532810. Grayscale: #CCCCCC. Windows color (decimal): -5449745 or 15718316. OLE color: 15718316.

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

Color convert

RGB 172 215 239 -
CMYK 0.28 0.10 0 0.06
HSL 201.49º 0.68% 0.81% -
HSV(B) 201.49º 0.28% 0.94% -
XYZ 56.89 63.6 90.94 -
YUV 204.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 172 215 239 0.28 0.10 0 0.06 201.49 0.68 0.81
Hex AC D7 EF 1C A 0 6 C9 44 51
Octal 254 327 357 34 12 0 6 311 104 121
Binary 10101100 11010111 11101111 11100 1010 0 110 11001001 1000100 1010001

Color Harmonies of #ACD7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7EF

Black with #ACD7EF

Text Example


Text Example

White with #ACD7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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