#ACCEFA

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

Shades of Pale Cornflower Blue #ACCEFA

Tints of Pale Cornflower Blue #ACCEFA

Color information

#ACCEFA (or 0xACCEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CE and FA. RGB value is (172,206,250). Sum of RGB (Red+Green+Blue) = 172+206+250=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACCEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEFA is #533105. Grayscale: #C8C8C8. Windows color (decimal): -5452038 or 16436908. OLE color: 16436908.

HSL color Cylindrical-coordinate representation of color #ACCEFA: hue angle of 213.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCEFA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172206250-
CMYK0.310.1800.02
HSL213.85º88.64%82.75%-
HSV(B)213.85º31.2%98.04%-
XYZ56.3459.8299.02-
YUV200.85155.74107.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=27.39%
G=32.80%
B=39.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722062500.310.1800.02213.8588.6482.75
HexACCEFA1F1202d65953
Octal254316372372202326131123
Binary10101100110011101111101011111100100101101011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEFA; }

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

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

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

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

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

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

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

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