#ACCDF1

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

Shades of Pale Cornflower Blue #ACCDF1

Tints of Pale Cornflower Blue #ACCDF1

Color information

#ACCDF1 (or 0xACCDF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AC, CD and F1. RGB value is (172,205,241). Sum of RGB (Red+Green+Blue) = 172+205+241=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACCDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDF1 is #53320E. Grayscale: #C7C7C7. Windows color (decimal): -5452303 or 15846828. OLE color: 15846828.

HSL color Cylindrical-coordinate representation of color #ACCDF1: hue angle of 211.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACCDF1 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172205241-
CMYK0.290.1500.05
HSL211.3º71.13%80.98%-
HSV(B)211.3º28.63%94.51%-
XYZ54.7258.7891.68-
YUV199.24151.57108.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=27.83%
G=33.17%
B=39.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722052410.290.1500.05211.371.1380.98
HexACCDF11DF05d34751
Octal254315361351705323107121
Binary10101100110011011111000111101111101011101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDF1; }

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

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

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

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

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

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

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

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