#AFD2FB

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

Shades of Pale Cornflower Blue #AFD2FB

Tints of Pale Cornflower Blue #AFD2FB

Color information

#AFD2FB (or 0xAFD2FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D2 and FB. RGB value is (175,210,251). Sum of RGB (Red+Green+Blue) = 175+210+251=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFD2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2FB is #502D04. Grayscale: #CCCCCC. Windows color (decimal): -5254405 or 16503471. OLE color: 16503471.

HSL color Cylindrical-coordinate representation of color #AFD2FB: hue angle of 212.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD2FB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175210251-
CMYK0.300.1600.02
HSL212.37º90.48%83.53%-
HSV(B)212.37º30.28%98.43%-
XYZ58.1462.17100.2-
YUV204.21154.4107.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.52%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=27.52%
G=33.02%
B=39.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752102510.300.1600.02212.3790.4883.53
HexAFD2FB1E1002d45a54
Octal257322373362002324132124
Binary10101111110100101111101111110100000101101010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2FB; }

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

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

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

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

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

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

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

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