#AFD5FF

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

Shades of Pale Cornflower Blue #AFD5FF

Tints of Pale Cornflower Blue #AFD5FF

Color information

#AFD5FF (or 0xAFD5FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D5 and FF. RGB value is (175,213,255). Sum of RGB (Red+Green+Blue) = 175+213+255=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFD5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD5FF is #502A00. Grayscale: #CECECE. Windows color (decimal): -5253633 or 16766383. OLE color: 16766383.

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

Color convert

RGB175213255-
CMYK0.310.1600
HSL211.5º100%84.31%-
HSV(B)211.5º31.37%100%-
XYZ59.5263.92103.81-
YUV206.43155.41105.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 255 (100% from 255) = 39.66%
R=27.22%
G=33.13%
B=39.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752132550.310.1600211.510084.31
HexAFD5FF1F1000d46454
Octal257325377372000324144124
Binary1010111111010101111111111111110000001101010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5FF; }

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

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

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

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

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

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

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

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