#AFCDE8

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

Shades of Pale Cornflower Blue #AFCDE8

Tints of Pale Cornflower Blue #AFCDE8

Color information

#AFCDE8 (or 0xAFCDE8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and E8. RGB value is (175,205,232). Sum of RGB (Red+Green+Blue) = 175+205+232=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFCDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDE8 is #503217. Grayscale: #C6C6C6. Windows color (decimal): -5255704 or 15257007. OLE color: 15257007.

HSL color Cylindrical-coordinate representation of color #AFCDE8: hue angle of 208.42º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFCDE8 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175205232-
CMYK0.250.1200.09
HSL208.42º55.34%79.8%-
HSV(B)208.42º24.57%90.98%-
XYZ54.0858.684.81-
YUV199.11146.56110.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=28.59%
G=33.50%
B=37.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752052320.250.1200.09208.4255.3479.8
HexAFCDE819C09d03750
Octal257315350311401132067120
Binary10101111110011011110100011001110001001110100001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDE8; }

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

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

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

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

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

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

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

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