#ACCAFE

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

Shades of Pale Cornflower Blue #ACCAFE

Tints of Pale Cornflower Blue #ACCAFE

Color information

#ACCAFE (or 0xACCAFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CA and FE. RGB value is (172,202,254). Sum of RGB (Red+Green+Blue) = 172+202+254=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAFE is #533501. Grayscale: #C6C6C6. Windows color (decimal): -5453058 or 16698028. OLE color: 16698028.

HSL color Cylindrical-coordinate representation of color #ACCAFE: hue angle of 218.05º 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 #ACCAFE is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB172202254-
CMYK0.320.2000.00
HSL218.05º97.62%83.53%-
HSV(B)218.05º32.28%99.61%-
XYZ56.0258.17102.04-
YUV198.96159.06108.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=27.39%
G=32.17%
B=40.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722022540.320.2000.00218.0597.6283.53
HexACCAFE201400da6254
Octal254312376402400332142124
Binary10101100110010101111111010000010100001101101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAFE; }

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

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

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

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

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

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

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

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