#AFCCF9

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

Shades of Pale Cornflower Blue #AFCCF9

Tints of Pale Cornflower Blue #AFCCF9

Color information

#AFCCF9 (or 0xAFCCF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CC and F9. RGB value is (175,204,249). Sum of RGB (Red+Green+Blue) = 175+204+249=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFCCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCF9 is #503306. Grayscale: #C8C8C8. Windows color (decimal): -5255943 or 16370863. OLE color: 16370863.

HSL color Cylindrical-coordinate representation of color #AFCCF9: hue angle of 216.49º 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 #AFCCF9 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175204249-
CMYK0.300.1800.02
HSL216.49º86.05%83.14%-
HSV(B)216.49º29.72%97.65%-
XYZ56.3759.1498.07-
YUV200.46155.39109.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.87%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 249 (97.66% from 255) = 39.65%
R=27.87%
G=32.48%
B=39.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752042490.300.1800.02216.4986.0583.14
HexAFCCF91E1202d85653
Octal257314371362202330126123
Binary10101111110011001111100111110100100101101100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCF9; }

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

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

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

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

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

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

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

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