#AFD2F0

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

Shades of Pale Cornflower Blue #AFD2F0

Tints of Pale Cornflower Blue #AFD2F0

Color information

#AFD2F0 (or 0xAFD2F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D2 and F0. RGB value is (175,210,240). Sum of RGB (Red+Green+Blue) = 175+210+240=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFD2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2F0 is #502D0F. Grayscale: #CACACA. Windows color (decimal): -5254416 or 15782575. OLE color: 15782575.

HSL color Cylindrical-coordinate representation of color #AFD2F0: hue angle of 207.69º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD2F0 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175210240-
CMYK0.270.1200.06
HSL207.69º68.42%81.37%-
HSV(B)207.69º27.08%94.12%-
XYZ56.4561.591.33-
YUV202.96148.9108.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=28%
G=33.6%
B=38.4%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752102400.270.1200.06207.6968.4281.37
HexAFD2F01BC06d04451
Octal257322360331406320104121
Binary10101111110100101111000011011110001101101000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2F0; }

 p { color: rgb(175,210,240); }

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

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

 a { background-color: rgb(175,210,240); }

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

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

 span { border-color: rgb(175,210,240); }

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