#AFCDE9

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

Shades of Pale Cornflower Blue #AFCDE9

Tints of Pale Cornflower Blue #AFCDE9

Color information

#AFCDE9 (or 0xAFCDE9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CD and E9. RGB value is (175,205,233). Sum of RGB (Red+Green+Blue) = 175+205+233=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFCDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDE9 is #503216. Grayscale: #C7C7C7. Windows color (decimal): -5255703 or 15322543. OLE color: 15322543.

HSL color Cylindrical-coordinate representation of color #AFCDE9: hue angle of 208.97º degrees, saturation: 0.57, 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 #AFCDE9 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB175205233-
CMYK0.250.1200.09
HSL208.97º56.86%80%-
HSV(B)208.97º24.89%91.37%-
XYZ54.2258.6685.56-
YUV199.22147.06110.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=28.55%
G=33.44%
B=38.01%

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
Decimal1752052330.250.1200.09208.9756.8680
HexAFCDE919C09d13950
Octal257315351311401132171120
Binary10101111110011011110100111001110001001110100011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDE9; }

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

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

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

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

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

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

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

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