#AFCCFA

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

Shades of Pale Cornflower Blue #AFCCFA

Tints of Pale Cornflower Blue #AFCCFA

Color information

#AFCCFA (or 0xAFCCFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CC and FA. RGB value is (175,204,250). Sum of RGB (Red+Green+Blue) = 175+204+250=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFCCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCFA is #503305. Grayscale: #C8C8C8. Windows color (decimal): -5255942 or 16436399. OLE color: 16436399.

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

Color convert

RGB175204250-
CMYK0.30.1800.02
HSL216.8º88.24%83.33%-
HSV(B)216.8º30%98.04%-
XYZ56.5359.298.89-
YUV200.57155.89109.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=27.82%
G=32.43%
B=39.75%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752042500.30.1800.02216.888.2483.33
HexAFCCFA1E1202d95853
Octal257314372362202331130123
Binary10101111110011001111101011110100100101101100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCFA; }

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

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

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

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

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

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

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

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