#AFCEF3

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

Shades of Pale Cornflower Blue #AFCEF3

Tints of Pale Cornflower Blue #AFCEF3

Color information

#AFCEF3 (or 0xAFCEF3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and F3. RGB value is (175,206,243). Sum of RGB (Red+Green+Blue) = 175+206+243=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFCEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEF3 is #50310C. Grayscale: #C8C8C8. Windows color (decimal): -5255437 or 15978159. OLE color: 15978159.

HSL color Cylindrical-coordinate representation of color #AFCEF3: hue angle of 212.65º 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 #AFCEF3 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175206243-
CMYK0.280.1500.05
HSL212.65º73.91%81.96%-
HSV(B)212.65º27.98%95.29%-
XYZ55.9359.7393.37-
YUV200.95151.73109.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.04%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=28.04%
G=33.01%
B=38.94%

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
Decimal1752062430.280.1500.05212.6573.9181.96
HexAFCEF31CF05d54a52
Octal257316363341705325112122
Binary10101111110011101111001111100111101011101010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEF3; }

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

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

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

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

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

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

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

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