#ACCDF2

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

Shades of Pale Cornflower Blue #ACCDF2

Tints of Pale Cornflower Blue #ACCDF2

Color information

#ACCDF2 (or 0xACCDF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and F2. RGB value is (172,205,242). Sum of RGB (Red+Green+Blue) = 172+205+242=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACCDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF2 is #53320D. Grayscale: #C7C7C7. Windows color (decimal): -5452302 or 15912364. OLE color: 15912364.

HSL color Cylindrical-coordinate representation of color #ACCDF2: hue angle of 211.71º degrees, saturation: 0.73, 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 #ACCDF2 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172205242-
CMYK0.290.1500.05
HSL211.71º72.92%81.18%-
HSV(B)211.71º28.93%94.9%-
XYZ54.8758.8492.47-
YUV199.35152.07108.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 242 (94.92% from 255) = 39.10%
R=27.79%
G=33.12%
B=39.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722052420.290.1500.05211.7172.9281.18
HexACCDF21DF05d44951
Octal254315362351705324111121
Binary10101100110011011111001011101111101011101010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDF2; }

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

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

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

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

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

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

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

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