#AFD1FE

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

Shades of Pale Cornflower Blue #AFD1FE

Tints of Pale Cornflower Blue #AFD1FE

Color information

#AFD1FE (or 0xAFD1FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D1 and FE. RGB value is (175,209,254). Sum of RGB (Red+Green+Blue) = 175+209+254=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFD1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD1FE is #502E01. Grayscale: #CBCBCB. Windows color (decimal): -5254658 or 16699823. OLE color: 16699823.

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

Color convert

RGB175209254-
CMYK0.310.1800.00
HSL214.18º97.53%84.12%-
HSV(B)214.18º31.1%99.61%-
XYZ58.3761.87102.63-
YUV203.96156.24107.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 209 (82.03% from 255) = 32.76%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=27.43%
G=32.76%
B=39.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752092540.310.1800.00214.1897.5384.12
HexAFD1FE1F1200d66254
Octal257321376372200326142124
Binary1010111111010001111111101111110010001101011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1FE; }

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

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

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

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

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

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

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

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