Html Css Color HEX #ACD8F3 Sail

📋 copy color: '#ACD8F3'

red 172 ◦ green 216 ◦ blue 243

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

Shades of Sail #ACD8F3

Tints of Sail #ACD8F3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.23%

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

R = 27.26%
G = 34.23%
B = 38.51%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACD8F3 (or 0xACD8F3) is known color: Sail. HEX triplet: AC, D8 and F3. RGB value is (172,216,243). Sum of RGB (Red+Green+Blue) = 172+216+243=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACD8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8F3 is #53270C. Grayscale: #CDCDCD. Windows color (decimal): -5449485 or 15980716. OLE color: 15980716.

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

Color convert

RGB 172 216 243 -
CMYK 0.29 0.11 0 0.05
HSL 202.82º 0.75% 0.81% -
HSV(B) 202.82º 0.29% 0.95% -
XYZ 57.75 64.35 94.17 -
YUV 205.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 172 216 243 0.29 0.11 0 0.05 202.82 0.75 0.81
Hex AC D8 F3 1D B 0 5 CB 4B 51
Octal 254 330 363 35 13 0 5 313 113 121
Binary 10101100 11011000 11110011 11101 1011 0 101 11001011 1001011 1010001

Color Harmonies of #ACD8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8F3

Black with #ACD8F3

Text Example


Text Example

White with #ACD8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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