#ACCFFE

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

Shades of Pale Cornflower Blue #ACCFFE

Tints of Pale Cornflower Blue #ACCFFE

Color information

#ACCFFE (or 0xACCFFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CF and FE. RGB value is (172,207,254). Sum of RGB (Red+Green+Blue) = 172+207+254=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFFE is #533001. Grayscale: #C9C9C9. Windows color (decimal): -5451778 or 16699308. OLE color: 16699308.

HSL color Cylindrical-coordinate representation of color #ACCFFE: hue angle of 214.39º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCFFE is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172207254-
CMYK0.320.1900.00
HSL214.39º97.62%83.53%-
HSV(B)214.39º32.28%99.61%-
XYZ57.2260.55102.44-
YUV201.89157.4106.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=27.17%
G=32.70%
B=40.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722072540.320.1900.00214.3997.6283.53
HexACCFFE201300d66254
Octal254317376402300326142124
Binary10101100110011111111111010000010011001101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFFE; }

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

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

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

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

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

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

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

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