#AFD6F0

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

Shades of Pale Cornflower Blue #AFD6F0

Tints of Pale Cornflower Blue #AFD6F0

Color information

#AFD6F0 (or 0xAFD6F0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D6 and F0. RGB value is (175,214,240). Sum of RGB (Red+Green+Blue) = 175+214+240=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFD6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD6F0 is #50290F. Grayscale: #CDCDCD. Windows color (decimal): -5253392 or 15783599. OLE color: 15783599.

HSL color Cylindrical-coordinate representation of color #AFD6F0: hue angle of 204º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFD6F0 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175214240-
CMYK0.270.1100.06
HSL204º68.42%81.37%-
HSV(B)204º27.08%94.12%-
XYZ57.4563.591.67-
YUV205.3147.58106.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 240 (94.14% from 255) = 38.16%
R=27.82%
G=34.02%
B=38.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752142400.270.1100.0620468.4281.37
HexAFD6F01BB06cc4451
Octal257326360331306314104121
Binary10101111110101101111000011011101101101100110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6F0; }

 p { color: rgb(175,214,240); }

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

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

 a { background-color: rgb(175,214,240); }

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

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

 span { border-color: rgb(175,214,240); }

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