#AFD7FD

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

Shades of Pale Cornflower Blue #AFD7FD

Tints of Pale Cornflower Blue #AFD7FD

Color information

#AFD7FD (or 0xAFD7FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D7 and FD. RGB value is (175,215,253). Sum of RGB (Red+Green+Blue) = 175+215+253=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFD7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD7FD is #502802. Grayscale: #CFCFCF. Windows color (decimal): -5253123 or 16635823. OLE color: 16635823.

HSL color Cylindrical-coordinate representation of color #AFD7FD: hue angle of 209.23º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFD7FD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175215253-
CMYK0.310.1500.01
HSL209.23º95.12%83.92%-
HSV(B)209.23º30.83%99.22%-
XYZ59.7164.81102.29-
YUV207.37153.75104.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=27.22%
G=33.44%
B=39.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752152530.310.1500.01209.2395.1283.92
HexAFD7FD1FF01d15f54
Octal257327375371701321137124
Binary101011111101011111111101111111111011101000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7FD; }

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

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

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

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

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

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

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

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