#AFD4F5

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

Shades of Pale Cornflower Blue #AFD4F5

Tints of Pale Cornflower Blue #AFD4F5

Color information

#AFD4F5 (or 0xAFD4F5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D4 and F5. RGB value is (175,212,245). Sum of RGB (Red+Green+Blue) = 175+212+245=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFD4F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD4F5 is #502B0A. Grayscale: #CCCCCC. Windows color (decimal): -5253899 or 16110767. OLE color: 16110767.

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

Color convert

RGB175212245-
CMYK0.290.1300.04
HSL208.29º77.78%82.35%-
HSV(B)208.29º28.57%96.08%-
XYZ57.762.7995.47-
YUV204.7150.74106.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 245 (96.09% from 255) = 38.77%
R=27.69%
G=33.54%
B=38.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752122450.290.1300.04208.2977.7882.35
HexAFD4F51DD04d04e52
Octal257324365351504320116122
Binary10101111110101001111010111101110101001101000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4F5; }

 p { color: rgb(175,212,245); }

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

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

 a { background-color: rgb(175,212,245); }

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

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

 span { border-color: rgb(175,212,245); }

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