#ACCDF8

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

Shades of Pale Cornflower Blue #ACCDF8

Tints of Pale Cornflower Blue #ACCDF8

Color information

#ACCDF8 (or 0xACCDF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and F8. RGB value is (172,205,248). Sum of RGB (Red+Green+Blue) = 172+205+248=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACCDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF8 is #533207. Grayscale: #C7C7C7. Windows color (decimal): -5452296 or 16305580. OLE color: 16305580.

HSL color Cylindrical-coordinate representation of color #ACCDF8: hue angle of 213.95º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACCDF8 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172205248-
CMYK0.310.1700.03
HSL213.95º84.44%82.35%-
HSV(B)213.95º30.65%97.25%-
XYZ55.7959.2197.3-
YUV200.03155.07108-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=27.52%
G=32.8%
B=39.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722052480.310.1700.03213.9584.4482.35
HexACCDF81F1103d65452
Octal254315370372103326124122
Binary10101100110011011111100011111100010111101011010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDF8; }

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

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

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

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

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

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

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

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