#AFCDF3

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

Shades of Pale Cornflower Blue #AFCDF3

Tints of Pale Cornflower Blue #AFCDF3

Color information

#AFCDF3 (or 0xAFCDF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and F3. RGB value is (175,205,243). Sum of RGB (Red+Green+Blue) = 175+205+243=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFCDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDF3 is #50320C. Grayscale: #C8C8C8. Windows color (decimal): -5255693 or 15977903. OLE color: 15977903.

HSL color Cylindrical-coordinate representation of color #AFCDF3: hue angle of 213.53º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCDF3 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175205243-
CMYK0.280.1600.05
HSL213.53º73.91%81.96%-
HSV(B)213.53º27.98%95.29%-
XYZ55.6959.2593.29-
YUV200.36152.06109.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.09%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=28.09%
G=32.91%
B=39.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752052430.280.1600.05213.5373.9181.96
HexAFCDF31C1005d64a52
Octal257315363342005326112122
Binary101011111100110111110011111001000001011101011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDF3; }

 p { color: rgb(175,205,243); }

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

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

 a { background-color: rgb(175,205,243); }

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

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

 span { border-color: rgb(175,205,243); }

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