#AFCDEF

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

Shades of Pale Cornflower Blue #AFCDEF

Tints of Pale Cornflower Blue #AFCDEF

Color information

#AFCDEF (or 0xAFCDEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and EF. RGB value is (175,205,239). Sum of RGB (Red+Green+Blue) = 175+205+239=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFCDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDEF is #503210. Grayscale: #C7C7C7. Windows color (decimal): -5255697 or 15715759. OLE color: 15715759.

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

Color convert

RGB175205239-
CMYK0.270.1400.06
HSL211.88º66.67%81.18%-
HSV(B)211.88º26.78%93.73%-
XYZ55.0959.0190.15-
YUV199.91150.06110.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 205 (80.47% from 255) = 33.12%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=28.27%
G=33.12%
B=38.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752052390.270.1400.06211.8866.6781.18
HexAFCDEF1BE06d44351
Octal257315357331606324103121
Binary10101111110011011110111111011111001101101010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDEF; }

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

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

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

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

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

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

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

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