Html Css Color HEX #ACD2FC Pale Cornflower Blue

📋 copy color: '#ACD2FC'

red 172 ◦ green 210 ◦ blue 252

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

Shades of Pale Cornflower Blue #ACD2FC

Tints of Pale Cornflower Blue #ACD2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.12%

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

R = 27.13%
G = 33.12%
B = 39.75%

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

#ACD2FC (or 0xACD2FC) is known color: Pale Cornflower Blue. HEX triplet: AC, D2 and FC. RGB value is (172,210,252). Sum of RGB (Red+Green+Blue) = 172+210+252=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2FC is #532D03. Grayscale: #CBCBCB. Windows color (decimal): -5451012 or 16569004. OLE color: 16569004.

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

Color convert

RGB 172 210 252 -
CMYK 0.32 0.17 0 0.01
HSL 211.5º 0.93% 0.83% -
HSV(B) 211.5º 0.32% 0.99% -
XYZ 57.63 61.89 101 -
YUV 203.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 172 210 252 0.32 0.17 0 0.01 211.5 0.93 0.83
Hex AC D2 FC 20 11 0 1 D4 5D 53
Octal 254 322 374 40 21 0 1 324 135 123
Binary 10101100 11010010 11111100 100000 10001 0 1 11010100 1011101 1010011

Color Harmonies of #ACD2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2FC

Black with #ACD2FC

Text Example


Text Example

White with #ACD2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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