#ACCFFF

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

Shades of Pale Cornflower Blue #ACCFFF

Tints of Pale Cornflower Blue #ACCFFF

Color information

#ACCFFF (or 0xACCFFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CF and FF. RGB value is (172,207,255). Sum of RGB (Red+Green+Blue) = 172+207+255=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACCFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFFF is #533000. Grayscale: #C9C9C9. Windows color (decimal): -5451777 or 16764844. OLE color: 16764844.

HSL color Cylindrical-coordinate representation of color #ACCFFF: hue angle of 214.7º 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 #ACCFFF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172207255-
CMYK0.330.1900
HSL214.7º100%83.73%-
HSV(B)214.7º32.55%100%-
XYZ57.3860.62103.28-
YUV202.01157.9106.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 255 (100% from 255) = 40.22%
R=27.13%
G=32.65%
B=40.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722072550.330.1900214.710083.73
HexACCFFF211300d76454
Octal254317377412300327144124
Binary10101100110011111111111110000110011001101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFFF; }

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

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

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

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

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

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

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

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