Html Css Color HEX #ACD0EA Sail

📋 copy color: '#ACD0EA'

red 172 ◦ green 208 ◦ blue 234

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

Shades of Sail #ACD0EA

Tints of Sail #ACD0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.88%

 BLUE value IS 234 (91.8% from 255) = 38.11%

R = 28.01%
G = 33.88%
B = 38.11%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACD0EA (or 0xACD0EA) is known color: Sail. HEX triplet: AC, D0 and EA. RGB value is (172,208,234). Sum of RGB (Red+Green+Blue) = 172+208+234=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0EA is #532F15. Grayscale: #C8C8C8. Windows color (decimal): -5451542 or 15388844. OLE color: 15388844.

HSL color Cylindrical-coordinate representation of color #ACD0EA: hue angle of 205.16º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD0EA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 208 234 -
CMYK 0.26 0.11 0 0.08
HSL 205.16º 0.6% 0.8% -
HSV(B) 205.16º 0.26% 0.92% -
XYZ 54.42 59.82 86.52 -
YUV 200.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 172 208 234 0.26 0.11 0 0.08 205.16 0.6 0.8
Hex AC D0 EA 1A B 0 8 CD 3C 50
Octal 254 320 352 32 13 0 10 315 74 120
Binary 10101100 11010000 11101010 11010 1011 0 1000 11001101 111100 1010000

Color Harmonies of #ACD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0EA

Black with #ACD0EA

Text Example


Text Example

White with #ACD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0EA; }

 p { color: rgb(172,208,234); }

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

background-color css

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

 a { background-color: rgb(172,208,234); }

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

border-color css

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

 span { border-color: rgb(172,208,234); }

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