#AFD9FF

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

Shades of Pale Cornflower Blue #AFD9FF

Tints of Pale Cornflower Blue #AFD9FF

Color information

#AFD9FF (or 0xAFD9FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D9 and FF. RGB value is (175,217,255). Sum of RGB (Red+Green+Blue) = 175+217+255=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFD9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD9FF is #502600. Grayscale: #D0D0D0. Windows color (decimal): -5252609 or 16767407. OLE color: 16767407.

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

Color convert

RGB175217255-
CMYK0.310.1500
HSL208.5º100%84.31%-
HSV(B)208.5º31.37%100%-
XYZ60.5465.96104.15-
YUV208.77154.09103.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 255 (100% from 255) = 39.41%
R=27.05%
G=33.54%
B=39.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752172550.310.1500208.510084.31
HexAFD9FF1FF00d06454
Octal257331377371700320144124
Binary101011111101100111111111111111111001101000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9FF; }

 p { color: rgb(175,217,255); }

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

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

 a { background-color: rgb(175,217,255); }

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

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

 span { border-color: rgb(175,217,255); }

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