#AFD4FD

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

Shades of Pale Cornflower Blue #AFD4FD

Tints of Pale Cornflower Blue #AFD4FD

Color information

#AFD4FD (or 0xAFD4FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D4 and FD. RGB value is (175,212,253). Sum of RGB (Red+Green+Blue) = 175+212+253=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFD4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4FD is #502B02. Grayscale: #CDCDCD. Windows color (decimal): -5253891 or 16635055. OLE color: 16635055.

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

Color convert

RGB175212253-
CMYK0.310.1600.01
HSL211.54º95.12%83.92%-
HSV(B)211.54º30.83%99.22%-
XYZ58.9563.29102.04-
YUV205.61154.74106.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=27.34%
G=33.12%
B=39.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752122530.310.1600.01211.5495.1283.92
HexAFD4FD1F1001d45f54
Octal257324375372001324137124
Binary1010111111010100111111011111110000011101010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4FD; }

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

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

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

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

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

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

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

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