Html Css Color HEX #ACD1FA Pale Cornflower Blue

📋 copy color: '#ACD1FA'

red 172 ◦ green 209 ◦ blue 250

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

Shades of Pale Cornflower Blue #ACD1FA

Tints of Pale Cornflower Blue #ACD1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 27.26%
G = 33.12%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACD1FA (or 0xACD1FA) is known color: Pale Cornflower Blue. HEX triplet: AC, D1 and FA. RGB value is (172,209,250). Sum of RGB (Red+Green+Blue) = 172+209+250=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1FA is #532E05. Grayscale: #CACACA. Windows color (decimal): -5451270 or 16437676. OLE color: 16437676.

HSL color Cylindrical-coordinate representation of color #ACD1FA: hue angle of 211.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD1FA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 209 250 -
CMYK 0.31 0.16 0 0.02
HSL 211.54º 0.89% 0.83% -
HSV(B) 211.54º 0.31% 0.98% -
XYZ 57.07 61.27 99.26 -
YUV 202.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 172 209 250 0.31 0.16 0 0.02 211.54 0.89 0.83
Hex AC D1 FA 1F 10 0 2 D4 59 53
Octal 254 321 372 37 20 0 2 324 131 123
Binary 10101100 11010001 11111010 11111 10000 0 10 11010100 1011001 1010011

Color Harmonies of #ACD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1FA

Black with #ACD1FA

Text Example


Text Example

White with #ACD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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