#AFD2F7

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

Shades of Pale Cornflower Blue #AFD2F7

Tints of Pale Cornflower Blue #AFD2F7

Color information

#AFD2F7 (or 0xAFD2F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D2 and F7. RGB value is (175,210,247). Sum of RGB (Red+Green+Blue) = 175+210+247=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFD2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2F7 is #502D08. Grayscale: #CBCBCB. Windows color (decimal): -5254409 or 16241327. OLE color: 16241327.

HSL color Cylindrical-coordinate representation of color #AFD2F7: hue angle of 210.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFD2F7 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175210247-
CMYK0.290.1500.03
HSL210.83º81.82%82.75%-
HSV(B)210.83º29.15%96.86%-
XYZ57.5161.9296.92-
YUV203.75152.4107.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 210 (82.42% from 255) = 33.23%
BLUE value IS 247 (96.88% from 255) = 39.08%
R=27.69%
G=33.23%
B=39.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752102470.290.1500.03210.8381.8282.75
HexAFD2F71DF03d35253
Octal257322367351703323122123
Binary1010111111010010111101111110111110111101001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2F7; }

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

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

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

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

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

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

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

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