#AFD4FB

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

Shades of Pale Cornflower Blue #AFD4FB

Tints of Pale Cornflower Blue #AFD4FB

Color information

#AFD4FB (or 0xAFD4FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D4 and FB. RGB value is (175,212,251). Sum of RGB (Red+Green+Blue) = 175+212+251=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFD4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4FB is #502B04. Grayscale: #CDCDCD. Windows color (decimal): -5253893 or 16503983. OLE color: 16503983.

HSL color Cylindrical-coordinate representation of color #AFD4FB: hue angle of 210.79º 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 #AFD4FB is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175212251-
CMYK0.300.1600.02
HSL210.79º90.48%83.53%-
HSV(B)210.79º30.28%98.43%-
XYZ58.6463.17100.37-
YUV205.38153.74106.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=27.43%
G=33.23%
B=39.34%

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
Decimal1752122510.300.1600.02210.7990.4883.53
HexAFD4FB1E1002d35a54
Octal257324373362002323132124
Binary10101111110101001111101111110100000101101001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4FB; }

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

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

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

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

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

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

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

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