#AFCDF8

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

Shades of Pale Cornflower Blue #AFCDF8

Tints of Pale Cornflower Blue #AFCDF8

Color information

#AFCDF8 (or 0xAFCDF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and F8. RGB value is (175,205,248). Sum of RGB (Red+Green+Blue) = 175+205+248=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFCDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDF8 is #503207. Grayscale: #C8C8C8. Windows color (decimal): -5255688 or 16305583. OLE color: 16305583.

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

Color convert

RGB175205248-
CMYK0.290.1700.03
HSL215.34º83.91%82.94%-
HSV(B)215.34º29.44%97.25%-
XYZ56.4559.5597.33-
YUV200.93154.56109.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 248 (97.27% from 255) = 39.49%
R=27.87%
G=32.64%
B=39.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752052480.290.1700.03215.3483.9182.94
HexAFCDF81D1103d75453
Octal257315370352103327124123
Binary10101111110011011111100011101100010111101011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDF8; }

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

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

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

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

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

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

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

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