Html Css Color HEX #ACD4FF Pale Cornflower Blue

📋 copy color: '#ACD4FF'

red 172 ◦ green 212 ◦ blue 255

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

Shades of Pale Cornflower Blue #ACD4FF

Tints of Pale Cornflower Blue #ACD4FF

RGB

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

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

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

R = 26.92%
G = 33.18%
B = 39.91%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACD4FF (or 0xACD4FF) is known color: Pale Cornflower Blue. HEX triplet: AC, D4 and FF. RGB value is (172,212,255). Sum of RGB (Red+Green+Blue) = 172+212+255=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4FF is #532B00. Grayscale: #CCCCCC. Windows color (decimal): -5450497 or 16766124. OLE color: 16766124.

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

Color convert

RGB 172 212 255 -
CMYK 0.33 0.17 0 0
HSL 211.08º 1% 0.84% -
HSV(B) 211.08º 0.33% 1% -
XYZ 58.61 63.08 103.69 -
YUV 204.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 172 212 255 0.33 0.17 0 0 211.08 1 0.84
Hex AC D4 FF 21 11 0 0 D3 64 54
Octal 254 324 377 41 21 0 0 323 144 124
Binary 10101100 11010100 11111111 100001 10001 0 0 11010011 1100100 1010100

Color Harmonies of #ACD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4FF

Black with #ACD4FF

Text Example


Text Example

White with #ACD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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