#AFCDFC

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

Shades of Pale Cornflower Blue #AFCDFC

Tints of Pale Cornflower Blue #AFCDFC

Color information

#AFCDFC (or 0xAFCDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and FC. RGB value is (175,205,252). Sum of RGB (Red+Green+Blue) = 175+205+252=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFCDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDFC is #503203. Grayscale: #C9C9C9. Windows color (decimal): -5255684 or 16567727. OLE color: 16567727.

HSL color Cylindrical-coordinate representation of color #AFCDFC: hue angle of 216.62º 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 #AFCDFC is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175205252-
CMYK0.310.1900.01
HSL216.62º92.77%83.73%-
HSV(B)216.62º30.56%98.82%-
XYZ57.0859.8100.63-
YUV201.39156.56109.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=27.69%
G=32.44%
B=39.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752052520.310.1900.01216.6292.7783.73
HexAFCDFC1F1301d95d54
Octal257315374372301331135124
Binary1010111111001101111111001111110011011101100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDFC; }

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

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

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

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

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

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

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

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