#ACCFF2

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

Shades of Pale Cornflower Blue #ACCFF2

Tints of Pale Cornflower Blue #ACCFF2

Color information

#ACCFF2 (or 0xACCFF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CF and F2. RGB value is (172,207,242). Sum of RGB (Red+Green+Blue) = 172+207+242=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACCFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFF2 is #53300D. Grayscale: #C8C8C8. Windows color (decimal): -5451790 or 15912876. OLE color: 15912876.

HSL color Cylindrical-coordinate representation of color #ACCFF2: hue angle of 210º degrees, saturation: 0.73, 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 #ACCFF2 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172207242-
CMYK0.290.1400.05
HSL210º72.92%81.18%-
HSV(B)210º28.93%94.9%-
XYZ55.3559.8192.63-
YUV200.52151.4107.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 207 (81.25% from 255) = 33.33%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=27.70%
G=33.33%
B=38.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722072420.290.1400.0521072.9281.18
HexACCFF21DE05d24951
Octal254317362351605322111121
Binary10101100110011111111001011101111001011101001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFF2; }

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

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

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

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

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

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

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

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