#AFD2F1

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

Shades of Pale Cornflower Blue #AFD2F1

Tints of Pale Cornflower Blue #AFD2F1

Color information

#AFD2F1 (or 0xAFD2F1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D2 and F1. RGB value is (175,210,241). Sum of RGB (Red+Green+Blue) = 175+210+241=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFD2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD2F1 is #502D0E. Grayscale: #CACACA. Windows color (decimal): -5254415 or 15848111. OLE color: 15848111.

HSL color Cylindrical-coordinate representation of color #AFD2F1: hue angle of 208.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD2F1 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175210241-
CMYK0.270.1300.05
HSL208.18º70.21%81.57%-
HSV(B)208.18º27.39%94.51%-
XYZ56.661.5692.12-
YUV203.07149.4107.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 210 (82.42% from 255) = 33.55%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=27.96%
G=33.55%
B=38.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752102410.270.1300.05208.1870.2181.57
HexAFD2F11BD05d04652
Octal257322361331505320106122
Binary10101111110100101111000111011110101011101000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2F1; }

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

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

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

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

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

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

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

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