#AFD3F5

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

Shades of Pale Cornflower Blue #AFD3F5

Tints of Pale Cornflower Blue #AFD3F5

Color information

#AFD3F5 (or 0xAFD3F5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D3 and F5. RGB value is (175,211,245). Sum of RGB (Red+Green+Blue) = 175+211+245=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFD3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD3F5 is #502C0A. Grayscale: #CBCBCB. Windows color (decimal): -5254155 or 16110511. OLE color: 16110511.

HSL color Cylindrical-coordinate representation of color #AFD3F5: hue angle of 209.14º 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 #AFD3F5 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175211245-
CMYK0.290.1400.04
HSL209.14º77.78%82.35%-
HSV(B)209.14º28.57%96.08%-
XYZ57.4562.395.38-
YUV204.11151.07107.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 245 (96.09% from 255) = 38.83%
R=27.73%
G=33.44%
B=38.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752112450.290.1400.04209.1477.7882.35
HexAFD3F51DE04d14e52
Octal257323365351604321116122
Binary10101111110100111111010111101111001001101000110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD3F5; }

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

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

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

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

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

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

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

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