#AFD0F6

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

Shades of Pale Cornflower Blue #AFD0F6

Tints of Pale Cornflower Blue #AFD0F6

Color information

#AFD0F6 (or 0xAFD0F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D0 and F6. RGB value is (175,208,246). Sum of RGB (Red+Green+Blue) = 175+208+246=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFD0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD0F6 is #502F09. Grayscale: #CACACA. Windows color (decimal): -5254922 or 16175279. OLE color: 16175279.

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

Color convert

RGB175208246-
CMYK0.290.1500.04
HSL212.11º79.78%82.55%-
HSV(B)212.11º28.86%96.47%-
XYZ56.8760.8895.94-
YUV202.46152.57108.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 246 (96.48% from 255) = 39.11%
R=27.82%
G=33.07%
B=39.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752082460.290.1500.04212.1179.7882.55
HexAFD0F61DF04d45053
Octal257320366351704324120123
Binary10101111110100001111011011101111101001101010010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0F6; }

 p { color: rgb(175,208,246); }

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

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

 a { background-color: rgb(175,208,246); }

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

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

 span { border-color: rgb(175,208,246); }

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