#AFD2FC

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

Shades of Pale Cornflower Blue #AFD2FC

Tints of Pale Cornflower Blue #AFD2FC

Color information

#AFD2FC (or 0xAFD2FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D2 and FC. RGB value is (175,210,252). Sum of RGB (Red+Green+Blue) = 175+210+252=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFD2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2FC is #502D03. Grayscale: #CCCCCC. Windows color (decimal): -5254404 or 16569007. OLE color: 16569007.

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

Color convert

RGB175210252-
CMYK0.310.1700.01
HSL212.73º92.77%83.73%-
HSV(B)212.73º30.56%98.82%-
XYZ58.362.24101.04-
YUV204.32154.9107.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 210 (82.42% from 255) = 32.97%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=27.47%
G=32.97%
B=39.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752102520.310.1700.01212.7392.7783.73
HexAFD2FC1F1101d55d54
Octal257322374372101325135124
Binary1010111111010010111111001111110001011101010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2FC; }

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

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

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

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

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

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

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

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