#afd8fc

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

Shades of Pale Cornflower Blue #AFD8FC

Tints of Pale Cornflower Blue #AFD8FC

Color information

#AFD8FC (or 0xAFD8FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D8 and FC. RGB value is (175,216,252). Sum of RGB (Red+Green+Blue) = 175+216+252=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFD8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD8FC is #502703. Grayscale: #CFCFCF. Windows color (decimal): -5252868 or 16570543. OLE color: 16570543.

HSL color Cylindrical-coordinate representation of color #AFD8FC: hue angle of 208.05º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFD8FC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175216252-
CMYK0.310.1400.01
HSL208.05º92.77%83.73%-
HSV(B)208.05º30.56%98.82%-
XYZ59.8165.25101.54-
YUV207.84152.92104.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 252 (98.83% from 255) = 39.19%
R=27.22%
G=33.59%
B=39.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752162520.310.1400.01208.0592.7783.73
HexAFD8FC1FE01d05d54
Octal257330374371601320135124
Binary101011111101100011111100111111110011101000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afd8fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afd8fc; }

 p { color: rgb(175,216,252); }

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

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

 a { background-color: rgb(175,216,252); }

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

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

 span { border-color: rgb(175,216,252); }

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