#ACCFFD

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

Shades of Pale Cornflower Blue #ACCFFD

Tints of Pale Cornflower Blue #ACCFFD

Color information

#ACCFFD (or 0xACCFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CF and FD. RGB value is (172,207,253). Sum of RGB (Red+Green+Blue) = 172+207+253=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACCFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFFD is #533002. Grayscale: #C9C9C9. Windows color (decimal): -5451779 or 16633772. OLE color: 16633772.

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

Color convert

RGB172207253-
CMYK0.320.1800.01
HSL214.07º95.29%83.33%-
HSV(B)214.07º32.02%99.22%-
XYZ57.0660.49101.6-
YUV201.78156.9106.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=27.22%
G=32.75%
B=40.03%

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
Decimal1722072530.320.1800.01214.0795.2983.33
HexACCFFD201201d65f53
Octal254317375402201326137123
Binary10101100110011111111110110000010010011101011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFFD; }

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

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

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

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

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

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

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

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