#AFD5FC

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

Shades of Pale Cornflower Blue #AFD5FC

Tints of Pale Cornflower Blue #AFD5FC

Color information

#AFD5FC (or 0xAFD5FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D5 and FC. RGB value is (175,213,252). Sum of RGB (Red+Green+Blue) = 175+213+252=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFD5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD5FC is #502A03. Grayscale: #CDCDCD. Windows color (decimal): -5253636 or 16569775. OLE color: 16569775.

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

Color convert

RGB175213252-
CMYK0.310.1500.01
HSL210.39º92.77%83.73%-
HSV(B)210.39º30.56%98.82%-
XYZ59.0463.73101.28-
YUV206.08153.91105.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 213 (83.59% from 255) = 33.28%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=27.34%
G=33.28%
B=39.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752132520.310.1500.01210.3992.7783.73
HexAFD5FC1FF01d25d54
Octal257325374371701322135124
Binary101011111101010111111100111111111011101001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5FC; }

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

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

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

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

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

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

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

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