Html Css Color HEX #ACD3F7 Pale Cornflower Blue

📋 copy color: '#ACD3F7'

red 172 ◦ green 211 ◦ blue 247

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

Shades of Pale Cornflower Blue #ACD3F7

Tints of Pale Cornflower Blue #ACD3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.21%

R = 27.3%
G = 33.49%
B = 39.21%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACD3F7 (or 0xACD3F7) is known color: Pale Cornflower Blue. HEX triplet: AC, D3 and F7. RGB value is (172,211,247). Sum of RGB (Red+Green+Blue) = 172+211+247=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACD3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3F7 is #532C08. Grayscale: #CBCBCB. Windows color (decimal): -5450761 or 16241580. OLE color: 16241580.

HSL color Cylindrical-coordinate representation of color #ACD3F7: hue angle of 208.8º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD3F7 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 211 247 -
CMYK 0.30 0.15 0 0.03
HSL 208.8º 0.82% 0.82% -
HSV(B) 208.8º 0.3% 0.97% -
XYZ 57.1 62.07 96.97 -
YUV 203.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 172 211 247 0.30 0.15 0 0.03 208.8 0.82 0.82
Hex AC D3 F7 1E F 0 3 D1 52 52
Octal 254 323 367 36 17 0 3 321 122 122
Binary 10101100 11010011 11110111 11110 1111 0 11 11010001 1010010 1010010

Color Harmonies of #ACD3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3F7

Black with #ACD3F7

Text Example


Text Example

White with #ACD3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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