#AFD9FA

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

Shades of Pale Cornflower Blue #AFD9FA

Tints of Pale Cornflower Blue #AFD9FA

Color information

#AFD9FA (or 0xAFD9FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D9 and FA. RGB value is (175,217,250). Sum of RGB (Red+Green+Blue) = 175+217+250=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFD9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD9FA is #502605. Grayscale: #D0D0D0. Windows color (decimal): -5252614 or 16439727. OLE color: 16439727.

HSL color Cylindrical-coordinate representation of color #AFD9FA: hue angle of 206.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD9FA is Cyan = 0.3, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175217250-
CMYK0.30.1300.02
HSL206.4º88.24%83.33%-
HSV(B)206.4º30%98.04%-
XYZ59.7565.6499.96-
YUV208.2151.59104.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 217 (85.16% from 255) = 33.80%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=27.26%
G=33.80%
B=38.94%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752172500.30.1300.02206.488.2483.33
HexAFD9FA1ED02ce5853
Octal257331372361502316130123
Binary1010111111011001111110101111011010101100111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9FA; }

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

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

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

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

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

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

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

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