#ACCFFB

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

Shades of Pale Cornflower Blue #ACCFFB

Tints of Pale Cornflower Blue #ACCFFB

Color information

#ACCFFB (or 0xACCFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CF and FB. RGB value is (172,207,251). Sum of RGB (Red+Green+Blue) = 172+207+251=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACCFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFFB is #533004. Grayscale: #C9C9C9. Windows color (decimal): -5451781 or 16502700. OLE color: 16502700.

HSL color Cylindrical-coordinate representation of color #ACCFFB: hue angle of 213.42º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCFFB is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172207251-
CMYK0.310.1800.02
HSL213.42º90.8%82.94%-
HSV(B)213.42º31.47%98.43%-
XYZ56.7460.3699.93-
YUV201.55155.9106.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=27.30%
G=32.86%
B=39.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722072510.310.1800.02213.4290.882.94
HexACCFFB1F1202d55b53
Octal254317373372202325133123
Binary10101100110011111111101111111100100101101010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFFB; }

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

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

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

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

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

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

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

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