#ACCFF3

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

Shades of Pale Cornflower Blue #ACCFF3

Tints of Pale Cornflower Blue #ACCFF3

Color information

#ACCFF3 (or 0xACCFF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CF and F3. RGB value is (172,207,243). Sum of RGB (Red+Green+Blue) = 172+207+243=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACCFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFF3 is #53300C. Grayscale: #C8C8C8. Windows color (decimal): -5451789 or 15978412. OLE color: 15978412.

HSL color Cylindrical-coordinate representation of color #ACCFF3: hue angle of 210.42º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACCFF3 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172207243-
CMYK0.290.1500.05
HSL210.42º74.74%81.37%-
HSV(B)210.42º29.22%95.29%-
XYZ55.559.8793.42-
YUV200.64151.9107.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.65%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=27.65%
G=33.28%
B=39.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722072430.290.1500.05210.4274.7481.37
HexACCFF31DF05d24b51
Octal254317363351705322113121
Binary10101100110011111111001111101111101011101001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFF3; }

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

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

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

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

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

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

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

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