Html Css Color HEX #ACD4FC Pale Cornflower Blue

📋 copy color: '#ACD4FC'

red 172 ◦ green 212 ◦ blue 252

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

Shades of Pale Cornflower Blue #ACD4FC

Tints of Pale Cornflower Blue #ACD4FC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.33%

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

R = 27.04%
G = 33.33%
B = 39.62%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACD4FC (or 0xACD4FC) is known color: Pale Cornflower Blue. HEX triplet: AC, D4 and FC. RGB value is (172,212,252). Sum of RGB (Red+Green+Blue) = 172+212+252=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4FC is #532B03. Grayscale: #CCCCCC. Windows color (decimal): -5450500 or 16569516. OLE color: 16569516.

HSL color Cylindrical-coordinate representation of color #ACD4FC: hue angle of 210º 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 #ACD4FC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 212 252 -
CMYK 0.32 0.16 0 0.01
HSL 210º 0.93% 0.83% -
HSV(B) 210º 0.32% 0.99% -
XYZ 58.13 62.89 101.17 -
YUV 204.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 172 212 252 0.32 0.16 0 0.01 210 0.93 0.83
Hex AC D4 FC 20 10 0 1 D2 5D 53
Octal 254 324 374 40 20 0 1 322 135 123
Binary 10101100 11010100 11111100 100000 10000 0 1 11010010 1011101 1010011

Color Harmonies of #ACD4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4FC

Black with #ACD4FC

Text Example


Text Example

White with #ACD4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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