#AFCCFC

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

Shades of Pale Cornflower Blue #AFCCFC

Tints of Pale Cornflower Blue #AFCCFC

Color information

#AFCCFC (or 0xAFCCFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CC and FC. RGB value is (175,204,252). Sum of RGB (Red+Green+Blue) = 175+204+252=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFCCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCFC is #503303. Grayscale: #C8C8C8. Windows color (decimal): -5255940 or 16567471. OLE color: 16567471.

HSL color Cylindrical-coordinate representation of color #AFCCFC: hue angle of 217.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCCFC is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175204252-
CMYK0.310.1900.01
HSL217.4º92.77%83.73%-
HSV(B)217.4º30.56%98.82%-
XYZ56.8459.33100.55-
YUV200.8156.89109.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.73%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=27.73%
G=32.33%
B=39.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752042520.310.1900.01217.492.7783.73
HexAFCCFC1F1301d95d54
Octal257314374372301331135124
Binary1010111111001100111111001111110011011101100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCFC; }

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

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

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

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

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

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

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

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