Html Css Color HEX #ACD8F2 Sail

📋 copy color: '#ACD8F2'

red 172 ◦ green 216 ◦ blue 242

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

Shades of Sail #ACD8F2

Tints of Sail #ACD8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.41%

R = 27.3%
G = 34.29%
B = 38.41%

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

#ACD8F2 (or 0xACD8F2) is known color: Sail. HEX triplet: AC, D8 and F2. RGB value is (172,216,242). Sum of RGB (Red+Green+Blue) = 172+216+242=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACD8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8F2 is #53270D. Grayscale: #CDCDCD. Windows color (decimal): -5449486 or 15915180. OLE color: 15915180.

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

Color convert

RGB 172 216 242 -
CMYK 0.29 0.11 0 0.05
HSL 202.29º 0.73% 0.81% -
HSV(B) 202.29º 0.29% 0.95% -
XYZ 57.6 64.29 93.38 -
YUV 205.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 172 216 242 0.29 0.11 0 0.05 202.29 0.73 0.81
Hex AC D8 F2 1D B 0 5 CA 49 51
Octal 254 330 362 35 13 0 5 312 111 121
Binary 10101100 11011000 11110010 11101 1011 0 101 11001010 1001001 1010001

Color Harmonies of #ACD8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8F2

Black with #ACD8F2

Text Example


Text Example

White with #ACD8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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