Html Css Color HEX #ACD7F2 Sail

📋 copy color: '#ACD7F2'

red 172 ◦ green 215 ◦ blue 242

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

Shades of Sail #ACD7F2

Tints of Sail #ACD7F2

RGB

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

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

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

R = 27.34%
G = 34.18%
B = 38.47%

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

#ACD7F2 (or 0xACD7F2) is known color: Sail. HEX triplet: AC, D7 and F2. RGB value is (172,215,242). Sum of RGB (Red+Green+Blue) = 172+215+242=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACD7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD7F2 is #53280D. Grayscale: #CDCDCD. Windows color (decimal): -5449742 or 15914924. OLE color: 15914924.

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

Color convert

RGB 172 215 242 -
CMYK 0.29 0.11 0 0.05
HSL 203.14º 0.73% 0.81% -
HSV(B) 203.14º 0.29% 0.95% -
XYZ 57.34 63.78 93.29 -
YUV 205.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 172 215 242 0.29 0.11 0 0.05 203.14 0.73 0.81
Hex AC D7 F2 1D B 0 5 CB 49 51
Octal 254 327 362 35 13 0 5 313 111 121
Binary 10101100 11010111 11110010 11101 1011 0 101 11001011 1001001 1010001

Color Harmonies of #ACD7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD7F2

Black with #ACD7F2

Text Example


Text Example

White with #ACD7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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