Html Css Color HEX #ACD1FD Pale Cornflower Blue

📋 copy color: '#ACD1FD'

red 172 ◦ green 209 ◦ blue 253

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

Shades of Pale Cornflower Blue #ACD1FD

Tints of Pale Cornflower Blue #ACD1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.91%

R = 27.13%
G = 32.97%
B = 39.91%

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

#ACD1FD (or 0xACD1FD) is known color: Pale Cornflower Blue. HEX triplet: AC, D1 and FD. RGB value is (172,209,253). Sum of RGB (Red+Green+Blue) = 172+209+253=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1FD is #532E02. Grayscale: #CACACA. Windows color (decimal): -5451267 or 16634284. OLE color: 16634284.

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

Color convert

RGB 172 209 253 -
CMYK 0.32 0.17 0 0.01
HSL 212.59º 0.95% 0.83% -
HSV(B) 212.59º 0.32% 0.99% -
XYZ 57.54 61.46 101.76 -
YUV 202.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 172 209 253 0.32 0.17 0 0.01 212.59 0.95 0.83
Hex AC D1 FD 20 11 0 1 D5 5F 53
Octal 254 321 375 40 21 0 1 325 137 123
Binary 10101100 11010001 11111101 100000 10001 0 1 11010101 1011111 1010011

Color Harmonies of #ACD1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1FD

Black with #ACD1FD

Text Example


Text Example

White with #ACD1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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