#AFCDE6

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

Shades of Pale Cornflower Blue #AFCDE6

Tints of Pale Cornflower Blue #AFCDE6

Color information

#AFCDE6 (or 0xAFCDE6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and E6. RGB value is (175,205,230). Sum of RGB (Red+Green+Blue) = 175+205+230=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFCDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDE6 is #503219. Grayscale: #C6C6C6. Windows color (decimal): -5255706 or 15125935. OLE color: 15125935.

HSL color Cylindrical-coordinate representation of color #AFCDE6: hue angle of 207.27º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFCDE6 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175205230-
CMYK0.240.1100.10
HSL207.27º52.38%79.41%-
HSV(B)207.27º23.91%90.2%-
XYZ53.7958.4983.32-
YUV198.88145.56110.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=28.69%
G=33.61%
B=37.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752052300.240.1100.10207.2752.3879.41
HexAFCDE618B0Acf344f
Octal257315346301301231764117
Binary10101111110011011110011011000101101010110011111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDE6; }

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

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

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

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

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

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

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

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