Html Css Color HEX #ACD1FC Pale Cornflower Blue

📋 copy color: '#ACD1FC'

red 172 ◦ green 209 ◦ blue 252

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

Shades of Pale Cornflower Blue #ACD1FC

Tints of Pale Cornflower Blue #ACD1FC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.02%

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

R = 27.17%
G = 33.02%
B = 39.81%

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

#ACD1FC (or 0xACD1FC) is known color: Pale Cornflower Blue. HEX triplet: AC, D1 and FC. RGB value is (172,209,252). Sum of RGB (Red+Green+Blue) = 172+209+252=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1FC is #532E03. Grayscale: #CACACA. Windows color (decimal): -5451268 or 16568748. OLE color: 16568748.

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

Color convert

RGB 172 209 252 -
CMYK 0.32 0.17 0 0.01
HSL 212.25º 0.93% 0.83% -
HSV(B) 212.25º 0.32% 0.99% -
XYZ 57.38 61.4 100.92 -
YUV 202.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 172 209 252 0.32 0.17 0 0.01 212.25 0.93 0.83
Hex AC D1 FC 20 11 0 1 D4 5D 53
Octal 254 321 374 40 21 0 1 324 135 123
Binary 10101100 11010001 11111100 100000 10001 0 1 11010100 1011101 1010011

Color Harmonies of #ACD1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1FC

Black with #ACD1FC

Text Example


Text Example

White with #ACD1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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