#AFD7FE

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

Shades of Pale Cornflower Blue #AFD7FE

Tints of Pale Cornflower Blue #AFD7FE

Color information

#AFD7FE (or 0xAFD7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D7 and FE. RGB value is (175,215,254). Sum of RGB (Red+Green+Blue) = 175+215+254=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFD7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD7FE is #502801. Grayscale: #CFCFCF. Windows color (decimal): -5253122 or 16701359. OLE color: 16701359.

HSL color Cylindrical-coordinate representation of color #AFD7FE: hue angle of 209.62º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFD7FE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175215254-
CMYK0.310.1500.00
HSL209.62º97.53%84.12%-
HSV(B)209.62º31.1%99.61%-
XYZ59.8764.87103.13-
YUV207.49154.25104.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=27.17%
G=33.39%
B=39.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752152540.310.1500.00209.6297.5384.12
HexAFD7FE1FF00d26254
Octal257327376371700322142124
Binary101011111101011111111110111111111001101001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7FE; }

 p { color: rgb(175,215,254); }

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

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

 a { background-color: rgb(175,215,254); }

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

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

 span { border-color: rgb(175,215,254); }

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