#ACCDFF

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

Shades of Pale Cornflower Blue #ACCDFF

Tints of Pale Cornflower Blue #ACCDFF

Color information

#ACCDFF (or 0xACCDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and FF. RGB value is (172,205,255). Sum of RGB (Red+Green+Blue) = 172+205+255=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDFF is #533200. Grayscale: #C8C8C8. Windows color (decimal): -5452289 or 16764332. OLE color: 16764332.

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

Color convert

RGB172205255-
CMYK0.330.2000
HSL216.14º100%83.73%-
HSV(B)216.14º32.55%100%-
XYZ56.8959.65103.12-
YUV200.83158.57107.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 255 (100% from 255) = 40.35%
R=27.22%
G=32.44%
B=40.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722052550.330.2000216.1410083.73
HexACCDFF211400d86454
Octal254315377412400330144124
Binary10101100110011011111111110000110100001101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDFF; }

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

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

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

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

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

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

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

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