#AFCEED

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

Shades of Pale Cornflower Blue #AFCEED

Tints of Pale Cornflower Blue #AFCEED

Color information

#AFCEED (or 0xAFCEED) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and ED. RGB value is (175,206,237). Sum of RGB (Red+Green+Blue) = 175+206+237=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEED is #503112. Grayscale: #C8C8C8. Windows color (decimal): -5255443 or 15584943. OLE color: 15584943.

HSL color Cylindrical-coordinate representation of color #AFCEED: hue angle of 210º 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 #AFCEED is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175206237-
CMYK0.260.1300.07
HSL210º63.27%80.78%-
HSV(B)210º26.16%92.94%-
XYZ55.0459.3788.68-
YUV200.26148.73109.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=28.32%
G=33.33%
B=38.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752062370.260.1300.0721063.2780.78
HexAFCEED1AD07d23f51
Octal25731635532150732277121
Binary1010111111001110111011011101011010111110100101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEED; }

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

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

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

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

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

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

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

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