#AFCFE9

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

Shades of Pale Cornflower Blue #AFCFE9

Tints of Pale Cornflower Blue #AFCFE9

Color information

#AFCFE9 (or 0xAFCFE9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CF and E9. RGB value is (175,207,233). Sum of RGB (Red+Green+Blue) = 175+207+233=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFCFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFE9 is #503016. Grayscale: #C8C8C8. Windows color (decimal): -5255191 or 15323055. OLE color: 15323055.

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

Color convert

RGB175207233-
CMYK0.250.1100.09
HSL206.9º56.86%80%-
HSV(B)206.9º24.89%91.37%-
XYZ54.759.6285.72-
YUV200.4146.4109.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 233 (91.41% from 255) = 37.89%
R=28.46%
G=33.66%
B=37.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752072330.250.1100.09206.956.8680
HexAFCFE919B09cf3950
Octal257317351311301131771120
Binary10101111110011111110100111001101101001110011111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFE9; }

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

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

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

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

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

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

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

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