#AFCEF6

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

Shades of Pale Cornflower Blue #AFCEF6

Tints of Pale Cornflower Blue #AFCEF6

Color information

#AFCEF6 (or 0xAFCEF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AF, CE and F6. RGB value is (175,206,246). Sum of RGB (Red+Green+Blue) = 175+206+246=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFCEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEF6 is #503109. Grayscale: #C9C9C9. Windows color (decimal): -5255434 or 16174767. OLE color: 16174767.

HSL color Cylindrical-coordinate representation of color #AFCEF6: hue angle of 213.8º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFCEF6 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175206246-
CMYK0.290.1600.04
HSL213.8º79.78%82.55%-
HSV(B)213.8º28.86%96.47%-
XYZ56.3959.9195.78-
YUV201.29153.23109.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=27.91%
G=32.85%
B=39.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752062460.290.1600.04213.879.7882.55
HexAFCEF61D1004d65053
Octal257316366352004326120123
Binary101011111100111011110110111011000001001101011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEF6; }

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

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

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

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

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

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

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

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