#AFD5EF

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

Shades of Pale Cornflower Blue #AFD5EF

Tints of Pale Cornflower Blue #AFD5EF

Color information

#AFD5EF (or 0xAFD5EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, D5 and EF. RGB value is (175,213,239). Sum of RGB (Red+Green+Blue) = 175+213+239=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFD5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD5EF is #502A10. Grayscale: #CCCCCC. Windows color (decimal): -5253649 or 15717807. OLE color: 15717807.

HSL color Cylindrical-coordinate representation of color #AFD5EF: hue angle of 204.38º degrees, saturation: 0.67, 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 #AFD5EF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175213239-
CMYK0.270.1100.06
HSL204.38º66.67%81.18%-
HSV(B)204.38º26.78%93.73%-
XYZ57.0562.9390.8-
YUV204.6147.41106.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 213 (83.59% from 255) = 33.97%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=27.91%
G=33.97%
B=38.12%

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
Decimal1752132390.270.1100.06204.3866.6781.18
HexAFD5EF1BB06cc4351
Octal257325357331306314103121
Binary10101111110101011110111111011101101101100110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5EF; }

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

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

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

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

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

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

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

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