#AFD8F2

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

Shades of Pale Cornflower Blue #AFD8F2

Tints of Pale Cornflower Blue #AFD8F2

Color information

#AFD8F2 (or 0xAFD8F2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D8 and F2. RGB value is (175,216,242). Sum of RGB (Red+Green+Blue) = 175+216+242=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFD8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD8F2 is #50270D. Grayscale: #CECECE. Windows color (decimal): -5252878 or 15915183. OLE color: 15915183.

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

Color convert

RGB175216242-
CMYK0.280.1100.05
HSL203.28º72.04%81.76%-
HSV(B)203.28º27.69%94.9%-
XYZ58.2664.6493.41-
YUV206.7147.92105.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.65%
GREEN value IS 216 (84.77% from 255) = 34.12%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=27.65%
G=34.12%
B=38.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752162420.280.1100.05203.2872.0481.76
HexAFD8F21CB05cb4852
Octal257330362341305313110122
Binary10101111110110001111001011100101101011100101110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8F2; }

 p { color: rgb(175,216,242); }

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

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

 a { background-color: rgb(175,216,242); }

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

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

 span { border-color: rgb(175,216,242); }

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