#AFCDED

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

Shades of Pale Cornflower Blue #AFCDED

Tints of Pale Cornflower Blue #AFCDED

Color information

#AFCDED (or 0xAFCDED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and ED. RGB value is (175,205,237). Sum of RGB (Red+Green+Blue) = 175+205+237=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFCDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDED is #503212. Grayscale: #C7C7C7. Windows color (decimal): -5255699 or 15584687. OLE color: 15584687.

HSL color Cylindrical-coordinate representation of color #AFCDED: hue angle of 210.97º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCDED is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175205237-
CMYK0.260.1400.07
HSL210.97º63.27%80.78%-
HSV(B)210.97º26.16%92.94%-
XYZ54.858.8988.6-
YUV199.68149.06110.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=28.36%
G=33.23%
B=38.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752052370.260.1400.07210.9763.2780.78
HexAFCDED1AE07d33f51
Octal25731535532160732377121
Binary1010111111001101111011011101011100111110100111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDED; }

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

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

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

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

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

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

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

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