#ACCEF0

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

Shades of Pale Cornflower Blue #ACCEF0

Tints of Pale Cornflower Blue #ACCEF0

Color information

#ACCEF0 (or 0xACCEF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CE and F0. RGB value is (172,206,240). Sum of RGB (Red+Green+Blue) = 172+206+240=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACCEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEF0 is #53310F. Grayscale: #C7C7C7. Windows color (decimal): -5452048 or 15781548. OLE color: 15781548.

HSL color Cylindrical-coordinate representation of color #ACCEF0: hue angle of 210º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACCEF0 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172206240-
CMYK0.280.1400.06
HSL210º69.39%80.78%-
HSV(B)210º28.33%94.12%-
XYZ54.8159.290.98-
YUV199.71150.74108.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=27.83%
G=33.33%
B=38.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722062400.280.1400.0621069.3980.78
HexACCEF01CE06d24551
Octal254316360341606322105121
Binary10101100110011101111000011100111001101101001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEF0; }

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

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

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

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

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

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

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

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