#ACCEFC

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

Shades of Pale Cornflower Blue #ACCEFC

Tints of Pale Cornflower Blue #ACCEFC

Color information

#ACCEFC (or 0xACCEFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CE and FC. RGB value is (172,206,252). Sum of RGB (Red+Green+Blue) = 172+206+252=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACCEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEFC is #533103. Grayscale: #C8C8C8. Windows color (decimal): -5452036 or 16567980. OLE color: 16567980.

HSL color Cylindrical-coordinate representation of color #ACCEFC: hue angle of 214.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCEFC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172206252-
CMYK0.320.1800.01
HSL214.5º93.02%83.14%-
HSV(B)214.5º31.75%98.82%-
XYZ56.6659.94100.68-
YUV201.08156.74107.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 252 (98.83% from 255) = 40%
R=27.30%
G=32.70%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722062520.320.1800.01214.593.0283.14
HexACCEFC201201d65d53
Octal254316374402201326135123
Binary10101100110011101111110010000010010011101011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEFC; }

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

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

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

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

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

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

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

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