#ACCFED

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

Shades of Pale Cornflower Blue #ACCFED

Tints of Pale Cornflower Blue #ACCFED

Color information

#ACCFED (or 0xACCFED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CF and ED. RGB value is (172,207,237). Sum of RGB (Red+Green+Blue) = 172+207+237=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACCFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFED is #533012. Grayscale: #C7C7C7. Windows color (decimal): -5451795 or 15585196. OLE color: 15585196.

HSL color Cylindrical-coordinate representation of color #ACCFED: hue angle of 207.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACCFED is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172207237-
CMYK0.270.1300.07
HSL207.69º64.36%80.2%-
HSV(B)207.69º27.43%92.94%-
XYZ54.6159.5188.73-
YUV199.96148.9108.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=27.92%
G=33.60%
B=38.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722072370.270.1300.07207.6964.3680.2
HexACCFED1BD07d04050
Octal254317355331507320100120
Binary10101100110011111110110111011110101111101000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFED; }

 p { color: rgb(172,207,237); }

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

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

 a { background-color: rgb(172,207,237); }

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

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

 span { border-color: rgb(172,207,237); }

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