#AFCDE5

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

Shades of Pale Cornflower Blue #AFCDE5

Tints of Pale Cornflower Blue #AFCDE5

Color information

#AFCDE5 (or 0xAFCDE5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and E5. RGB value is (175,205,229). Sum of RGB (Red+Green+Blue) = 175+205+229=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFCDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDE5 is #50321A. Grayscale: #C6C6C6. Windows color (decimal): -5255707 or 15060399. OLE color: 15060399.

HSL color Cylindrical-coordinate representation of color #AFCDE5: hue angle of 206.67º degrees, saturation: 0.51, 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 #AFCDE5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175205229-
CMYK0.240.1000.10
HSL206.67º50.94%79.22%-
HSV(B)206.67º23.58%89.8%-
XYZ53.6558.4382.58-
YUV198.77145.06111.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=28.74%
G=33.66%
B=37.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752052290.240.1000.10206.6750.9479.22
HexAFCDE518A0Acf334f
Octal257315345301201231763117
Binary10101111110011011110010111000101001010110011111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDE5; }

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

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

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

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

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

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

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

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