Html Css Color HEX #ACD0EC Pale Cornflower Blue

📋 copy color: '#ACD0EC'

red 172 ◦ green 208 ◦ blue 236

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

Shades of Pale Cornflower Blue #ACD0EC

Tints of Pale Cornflower Blue #ACD0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 27.92%
G = 33.77%
B = 38.31%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD0EC (or 0xACD0EC) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and EC. RGB value is (172,208,236). Sum of RGB (Red+Green+Blue) = 172+208+236=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0EC is #532F13. Grayscale: #C8C8C8. Windows color (decimal): -5451540 or 15519916. OLE color: 15519916.

HSL color Cylindrical-coordinate representation of color #ACD0EC: hue angle of 206.25º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD0EC is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 208 236 -
CMYK 0.27 0.12 0 0.07
HSL 206.25º 0.63% 0.8% -
HSV(B) 206.25º 0.27% 0.93% -
XYZ 54.71 59.94 88.04 -
YUV 200.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 172 208 236 0.27 0.12 0 0.07 206.25 0.63 0.8
Hex AC D0 EC 1B C 0 7 CE 3F 50
Octal 254 320 354 33 14 0 7 316 77 120
Binary 10101100 11010000 11101100 11011 1100 0 111 11001110 111111 1010000

Color Harmonies of #ACD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0EC

Black with #ACD0EC

Text Example


Text Example

White with #ACD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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