Html Css Color HEX #ACD3FD Pale Cornflower Blue

📋 copy color: '#ACD3FD'

red 172 ◦ green 211 ◦ blue 253

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

Shades of Pale Cornflower Blue #ACD3FD

Tints of Pale Cornflower Blue #ACD3FD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.18%

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

R = 27.04%
G = 33.18%
B = 39.78%

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

#ACD3FD (or 0xACD3FD) is known color: Pale Cornflower Blue. HEX triplet: AC, D3 and FD. RGB value is (172,211,253). Sum of RGB (Red+Green+Blue) = 172+211+253=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3FD is #532C02. Grayscale: #CBCBCB. Windows color (decimal): -5450755 or 16634796. OLE color: 16634796.

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

Color convert

RGB 172 211 253 -
CMYK 0.32 0.17 0 0.01
HSL 211.11º 0.95% 0.83% -
HSV(B) 211.11º 0.32% 0.99% -
XYZ 58.04 62.45 101.92 -
YUV 204.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 172 211 253 0.32 0.17 0 0.01 211.11 0.95 0.83
Hex AC D3 FD 20 11 0 1 D3 5F 53
Octal 254 323 375 40 21 0 1 323 137 123
Binary 10101100 11010011 11111101 100000 10001 0 1 11010011 1011111 1010011

Color Harmonies of #ACD3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3FD

Black with #ACD3FD

Text Example


Text Example

White with #ACD3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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