#AFCFF3

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

Shades of Pale Cornflower Blue #AFCFF3

Tints of Pale Cornflower Blue #AFCFF3

Color information

#AFCFF3 (or 0xAFCFF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CF and F3. RGB value is (175,207,243). Sum of RGB (Red+Green+Blue) = 175+207+243=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFCFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFF3 is #50300C. Grayscale: #C9C9C9. Windows color (decimal): -5255181 or 15978415. OLE color: 15978415.

HSL color Cylindrical-coordinate representation of color #AFCFF3: hue angle of 211.76º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCFF3 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175207243-
CMYK0.280.1500.05
HSL211.76º73.91%81.96%-
HSV(B)211.76º27.98%95.29%-
XYZ56.1760.2193.46-
YUV201.54151.4109.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 243 (95.31% from 255) = 38.88%
R=28%
G=33.12%
B=38.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752072430.280.1500.05211.7673.9181.96
HexAFCFF31CF05d44a52
Octal257317363341705324112122
Binary10101111110011111111001111100111101011101010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCFF3; }

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

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

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

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

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

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

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

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