#ACCDF3

Color #ACCDF3 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #ACCDF3

Tints of Pale Cornflower Blue #ACCDF3

Color information

#ACCDF3 (or 0xACCDF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and F3. RGB value is (172,205,243). Sum of RGB (Red+Green+Blue) = 172+205+243=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACCDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF3 is #53320C. Grayscale: #C7C7C7. Windows color (decimal): -5452301 or 15977900. OLE color: 15977900.

HSL color Cylindrical-coordinate representation of color #ACCDF3: hue angle of 212.11º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACCDF3 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172205243-
CMYK0.290.1600.05
HSL212.11º74.74%81.37%-
HSV(B)212.11º29.22%95.29%-
XYZ55.0258.993.26-
YUV199.46152.57108.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=27.74%
G=33.06%
B=39.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722052430.290.1600.05212.1174.7481.37
HexACCDF31D1005d44b51
Octal254315363352005324113121
Binary101011001100110111110011111011000001011101010010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDF3; }

 p { color: rgb(172,205,243); }

 H1.HeaderClassName
 {
   color: #ACCDF3;
 }
 .AnyTagClassName
 {
   color: #ACCDF3;
 }
</style>
background-color css

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

 a { background-color: rgb(172,205,243); }

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

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

 span { border-color: rgb(172,205,243); }

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