#ACCDFD

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

Shades of Pale Cornflower Blue #ACCDFD

Tints of Pale Cornflower Blue #ACCDFD

Color information

#ACCDFD (or 0xACCDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and FD. RGB value is (172,205,253). Sum of RGB (Red+Green+Blue) = 172+205+253=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACCDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDFD is #533202. Grayscale: #C8C8C8. Windows color (decimal): -5452291 or 16633260. OLE color: 16633260.

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

Color convert

RGB172205253-
CMYK0.320.1900.01
HSL215.56º95.29%83.33%-
HSV(B)215.56º32.02%99.22%-
XYZ56.5759.53101.44-
YUV200.6157.57107.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=27.30%
G=32.54%
B=40.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722052530.320.1900.01215.5695.2983.33
HexACCDFD201301d85f53
Octal254315375402301330137123
Binary10101100110011011111110110000010011011101100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDFD; }

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

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

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

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

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

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

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

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