#ACCEF3

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

Shades of Pale Cornflower Blue #ACCEF3

Tints of Pale Cornflower Blue #ACCEF3

Color information

#ACCEF3 (or 0xACCEF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CE and F3. RGB value is (172,206,243). Sum of RGB (Red+Green+Blue) = 172+206+243=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACCEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEF3 is #53310C. Grayscale: #C7C7C7. Windows color (decimal): -5452045 or 15978156. OLE color: 15978156.

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

Color convert

RGB172206243-
CMYK0.290.1500.05
HSL211.27º74.74%81.37%-
HSV(B)211.27º29.22%95.29%-
XYZ55.2659.3893.34-
YUV200.05152.24107.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 243 (95.31% from 255) = 39.13%
R=27.70%
G=33.17%
B=39.13%

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
Decimal1722062430.290.1500.05211.2774.7481.37
HexACCEF31DF05d34b51
Octal254316363351705323113121
Binary10101100110011101111001111101111101011101001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEF3; }

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

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

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

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

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

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

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

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