#AFDCF9

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

Shades of Pale Cornflower Blue #AFDCF9

Tints of Pale Cornflower Blue #AFDCF9

Color information

#AFDCF9 (or 0xAFDCF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, DC and F9. RGB value is (175,220,249). Sum of RGB (Red+Green+Blue) = 175+220+249=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFDCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFDCF9 is #502306. Grayscale: #D1D1D1. Windows color (decimal): -5251847 or 16374959. OLE color: 16374959.

HSL color Cylindrical-coordinate representation of color #AFDCF9: hue angle of 203.51º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFDCF9 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175220249-
CMYK0.300.1200.02
HSL203.51º86.05%83.14%-
HSV(B)203.51º29.72%97.65%-
XYZ60.3767.1499.4-
YUV209.85150.09103.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 249 (97.66% from 255) = 38.66%
R=27.17%
G=34.16%
B=38.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752202490.300.1200.02203.5186.0583.14
HexAFDCF91EC02cc5653
Octal257334371361402314126123
Binary1010111111011100111110011111011000101100110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCF9; }

 p { color: rgb(175,220,249); }

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

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

 a { background-color: rgb(175,220,249); }

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

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

 span { border-color: rgb(175,220,249); }

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