Html Css Color HEX #ACD7F3 Sail

📋 copy color: '#ACD7F3'

red 172 ◦ green 215 ◦ blue 243

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

Shades of Sail #ACD7F3

Tints of Sail #ACD7F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.57%

R = 27.3%
G = 34.13%
B = 38.57%

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

#ACD7F3 (or 0xACD7F3) is known color: Sail. HEX triplet: AC, D7 and F3. RGB value is (172,215,243). Sum of RGB (Red+Green+Blue) = 172+215+243=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACD7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7F3 is #53280C. Grayscale: #CDCDCD. Windows color (decimal): -5449741 or 15980460. OLE color: 15980460.

HSL color Cylindrical-coordinate representation of color #ACD7F3: hue angle of 203.66º degrees, saturation: 0.75, 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 #ACD7F3 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 215 243 -
CMYK 0.29 0.12 0 0.05
HSL 203.66º 0.75% 0.81% -
HSV(B) 203.66º 0.29% 0.95% -
XYZ 57.49 63.84 94.09 -
YUV 205.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 172 215 243 0.29 0.12 0 0.05 203.66 0.75 0.81
Hex AC D7 F3 1D C 0 5 CC 4B 51
Octal 254 327 363 35 14 0 5 314 113 121
Binary 10101100 11010111 11110011 11101 1100 0 101 11001100 1001011 1010001

Color Harmonies of #ACD7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7F3

Black with #ACD7F3

Text Example


Text Example

White with #ACD7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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