Html Css Color HEX #ACD0FC Pale Cornflower Blue

📋 copy color: '#ACD0FC'

red 172 ◦ green 208 ◦ blue 252

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

Shades of Pale Cornflower Blue #ACD0FC

Tints of Pale Cornflower Blue #ACD0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.87%

R = 27.22%
G = 32.91%
B = 39.87%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACD0FC (or 0xACD0FC) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and FC. RGB value is (172,208,252). Sum of RGB (Red+Green+Blue) = 172+208+252=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0FC is #532F03. Grayscale: #CACACA. Windows color (decimal): -5451524 or 16568492. OLE color: 16568492.

HSL color Cylindrical-coordinate representation of color #ACD0FC: hue angle of 213º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD0FC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 208 252 -
CMYK 0.32 0.17 0 0.01
HSL 213º 0.93% 0.83% -
HSV(B) 213º 0.32% 0.99% -
XYZ 57.14 60.91 100.84 -
YUV 202.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 172 208 252 0.32 0.17 0 0.01 213 0.93 0.83
Hex AC D0 FC 20 11 0 1 D5 5D 53
Octal 254 320 374 40 21 0 1 325 135 123
Binary 10101100 11010000 11111100 100000 10001 0 1 11010101 1011101 1010011

Color Harmonies of #ACD0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0FC

Black with #ACD0FC

Text Example


Text Example

White with #ACD0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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