#ACCEFF

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

Shades of Pale Cornflower Blue #ACCEFF

Tints of Pale Cornflower Blue #ACCEFF

Color information

#ACCEFF (or 0xACCEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CE and FF. RGB value is (172,206,255). Sum of RGB (Red+Green+Blue) = 172+206+255=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCEFF is #533100. Grayscale: #C9C9C9. Windows color (decimal): -5452033 or 16764588. OLE color: 16764588.

HSL color Cylindrical-coordinate representation of color #ACCEFF: hue angle of 215.42º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACCEFF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172206255-
CMYK0.330.1900
HSL215.42º100%83.73%-
HSV(B)215.42º32.55%100%-
XYZ57.1360.13103.2-
YUV201.42158.24107.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 255 (100% from 255) = 40.28%
R=27.17%
G=32.54%
B=40.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722062550.330.1900215.4210083.73
HexACCEFF211300d76454
Octal254316377412300327144124
Binary10101100110011101111111110000110011001101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEFF; }

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

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

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

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

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

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

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

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