#AFD5F6

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

Shades of Pale Cornflower Blue #AFD5F6

Tints of Pale Cornflower Blue #AFD5F6

Color information

#AFD5F6 (or 0xAFD5F6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D5 and F6. RGB value is (175,213,246). Sum of RGB (Red+Green+Blue) = 175+213+246=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFD5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD5F6 is #502A09. Grayscale: #CDCDCD. Windows color (decimal): -5253642 or 16176559. OLE color: 16176559.

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

Color convert

RGB175213246-
CMYK0.290.1300.04
HSL207.89º79.78%82.55%-
HSV(B)207.89º28.86%96.47%-
XYZ58.1163.3696.36-
YUV205.4150.91106.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.60%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=27.60%
G=33.60%
B=38.80%

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
Decimal1752132460.290.1300.04207.8979.7882.55
HexAFD5F61DD04d05053
Octal257325366351504320120123
Binary10101111110101011111011011101110101001101000010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5F6; }

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

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

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

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

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

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

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

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