Html Css Color HEX #ACD4FE Pale Cornflower Blue

📋 copy color: '#ACD4FE'

red 172 ◦ green 212 ◦ blue 254

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

Shades of Pale Cornflower Blue #ACD4FE

Tints of Pale Cornflower Blue #ACD4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.23%

 BLUE value IS 254 (99.61% from 255) = 39.81%

R = 26.96%
G = 33.23%
B = 39.81%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACD4FE (or 0xACD4FE) is known color: Pale Cornflower Blue. HEX triplet: AC, D4 and FE. RGB value is (172,212,254). Sum of RGB (Red+Green+Blue) = 172+212+254=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACD4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4FE is #532B01. Grayscale: #CCCCCC. Windows color (decimal): -5450498 or 16700588. OLE color: 16700588.

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

Color convert

RGB 172 212 254 -
CMYK 0.32 0.17 0 0.00
HSL 210.73º 0.98% 0.84% -
HSV(B) 210.73º 0.32% 1% -
XYZ 58.45 63.01 102.85 -
YUV 204.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 172 212 254 0.32 0.17 0 0.00 210.73 0.98 0.84
Hex AC D4 FE 20 11 0 0 D3 62 54
Octal 254 324 376 40 21 0 0 323 142 124
Binary 10101100 11010100 11111110 100000 10001 0 0 11010011 1100010 1010100

Color Harmonies of #ACD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4FE

Black with #ACD4FE

Text Example


Text Example

White with #ACD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4FE; }

 p { color: rgb(172,212,254); }

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

background-color css

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

 a { background-color: rgb(172,212,254); }

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

border-color css

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

 span { border-color: rgb(172,212,254); }

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