#AFD7F7

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

Shades of Pale Cornflower Blue #AFD7F7

Tints of Pale Cornflower Blue #AFD7F7

Color information

#AFD7F7 (or 0xAFD7F7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D7 and F7. RGB value is (175,215,247). Sum of RGB (Red+Green+Blue) = 175+215+247=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 215 (84.38% from 255 or 33.75% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFD7F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD7F7 is #502808. Grayscale: #CECECE. Windows color (decimal): -5253129 or 16242607. OLE color: 16242607.

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

Color convert

RGB175215247-
CMYK0.290.1300.03
HSL206.67º81.82%82.75%-
HSV(B)206.67º29.15%96.86%-
XYZ58.7764.4397.33-
YUV206.69150.75105.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.47%
GREEN value IS 215 (84.38% from 255) = 33.75%
BLUE value IS 247 (96.88% from 255) = 38.78%
R=27.47%
G=33.75%
B=38.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752152470.290.1300.03206.6781.8282.75
HexAFD7F71DD03cf5253
Octal257327367351503317122123
Binary1010111111010111111101111110111010111100111110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7F7; }

 p { color: rgb(175,215,247); }

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

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

 a { background-color: rgb(175,215,247); }

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

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

 span { border-color: rgb(175,215,247); }

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