#ACCAFD

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

Shades of Pale Cornflower Blue #ACCAFD

Tints of Pale Cornflower Blue #ACCAFD

Color information

#ACCAFD (or 0xACCAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CA and FD. RGB value is (172,202,253). Sum of RGB (Red+Green+Blue) = 172+202+253=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACCAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCAFD is #533502. Grayscale: #C6C6C6. Windows color (decimal): -5453059 or 16632492. OLE color: 16632492.

HSL color Cylindrical-coordinate representation of color #ACCAFD: hue angle of 217.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACCAFD is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172202253-
CMYK0.320.2000.01
HSL217.78º95.29%83.33%-
HSV(B)217.78º32.02%99.22%-
XYZ55.8658.1101.2-
YUV198.84158.56108.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.43%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=27.43%
G=32.22%
B=40.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722022530.320.2000.01217.7895.2983.33
HexACCAFD201401da5f53
Octal254312375402401332137123
Binary10101100110010101111110110000010100011101101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAFD; }

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

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

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

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

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

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

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

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