#AFD3F3

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

Shades of Pale Cornflower Blue #AFD3F3

Tints of Pale Cornflower Blue #AFD3F3

Color information

#AFD3F3 (or 0xAFD3F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D3 and F3. RGB value is (175,211,243). Sum of RGB (Red+Green+Blue) = 175+211+243=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFD3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD3F3 is #502C0C. Grayscale: #CBCBCB. Windows color (decimal): -5254157 or 15979439. OLE color: 15979439.

HSL color Cylindrical-coordinate representation of color #AFD3F3: hue angle of 208.24º degrees, saturation: 0.74, 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 #AFD3F3 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175211243-
CMYK0.280.1300.05
HSL208.24º73.91%81.96%-
HSV(B)208.24º27.98%95.29%-
XYZ57.1562.1793.78-
YUV203.88150.07107.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=27.82%
G=33.55%
B=38.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752112430.280.1300.05208.2473.9181.96
HexAFD3F31CD05d04a52
Octal257323363341505320112122
Binary10101111110100111111001111100110101011101000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD3F3; }

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

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

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

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

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

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

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

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