Html Css Color HEX #ACD1FF Pale Cornflower Blue

📋 copy color: '#ACD1FF'

red 172 ◦ green 209 ◦ blue 255

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

Shades of Pale Cornflower Blue #ACD1FF

Tints of Pale Cornflower Blue #ACD1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.09%

R = 27.04%
G = 32.86%
B = 40.09%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACD1FF (or 0xACD1FF) is known color: Pale Cornflower Blue. HEX triplet: AC, D1 and FF. RGB value is (172,209,255). Sum of RGB (Red+Green+Blue) = 172+209+255=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1FF is #532E00. Grayscale: #CACACA. Windows color (decimal): -5451265 or 16765356. OLE color: 16765356.

HSL color Cylindrical-coordinate representation of color #ACD1FF: hue angle of 213.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD1FF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 209 255 -
CMYK 0.33 0.18 0 0
HSL 213.25º 1% 0.84% -
HSV(B) 213.25º 0.33% 1% -
XYZ 57.86 61.59 103.45 -
YUV 203.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 172 209 255 0.33 0.18 0 0 213.25 1 0.84
Hex AC D1 FF 21 12 0 0 D5 64 54
Octal 254 321 377 41 22 0 0 325 144 124
Binary 10101100 11010001 11111111 100001 10010 0 0 11010101 1100100 1010100

Color Harmonies of #ACD1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1FF

Black with #ACD1FF

Text Example


Text Example

White with #ACD1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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