#ACCFFC

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

Shades of Pale Cornflower Blue #ACCFFC

Tints of Pale Cornflower Blue #ACCFFC

Color information

#ACCFFC (or 0xACCFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CF and FC. RGB value is (172,207,252). Sum of RGB (Red+Green+Blue) = 172+207+252=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACCFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFFC is #533003. Grayscale: #C9C9C9. Windows color (decimal): -5451780 or 16568236. OLE color: 16568236.

HSL color Cylindrical-coordinate representation of color #ACCFFC: hue angle of 213.75º 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 #ACCFFC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172207252-
CMYK0.320.1800.01
HSL213.75º93.02%83.14%-
HSV(B)213.75º31.75%98.82%-
XYZ56.960.42100.76-
YUV201.66156.4106.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=27.26%
G=32.81%
B=39.94%

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
Decimal1722072520.320.1800.01213.7593.0283.14
HexACCFFC201201d65d53
Octal254317374402201326135123
Binary10101100110011111111110010000010010011101011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFFC; }

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

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

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

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

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

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

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

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