#AFCDF5

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

Shades of Pale Cornflower Blue #AFCDF5

Tints of Pale Cornflower Blue #AFCDF5

Color information

#AFCDF5 (or 0xAFCDF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and F5. RGB value is (175,205,245). Sum of RGB (Red+Green+Blue) = 175+205+245=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFCDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDF5 is #50320A. Grayscale: #C8C8C8. Windows color (decimal): -5255691 or 16108975. OLE color: 16108975.

HSL color Cylindrical-coordinate representation of color #AFCDF5: hue angle of 214.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCDF5 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175205245-
CMYK0.290.1600.04
HSL214.29º77.78%82.35%-
HSV(B)214.29º28.57%96.08%-
XYZ55.9959.3794.89-
YUV200.59153.06109.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 245 (96.09% from 255) = 39.2%
R=28%
G=32.8%
B=39.2%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752052450.290.1600.04214.2977.7882.35
HexAFCDF51D1004d64e52
Octal257315365352004326116122
Binary101011111100110111110101111011000001001101011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDF5; }

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

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

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

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

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

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

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

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