#AFCEC6

Color #AFCEC6 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #AFCEC6

Tints of Jet Stream #AFCEC6

Color information

#AFCEC6 (or 0xAFCEC6) is unknown color: approx Jet Stream. HEX triplet: AF, CE and C6. RGB value is (175,206,198). Sum of RGB (Red+Green+Blue) = 175+206+198=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEC6 is #503139. Grayscale: #C3C3C3. Windows color (decimal): -5255482 or 13029039. OLE color: 13029039.

HSL color Cylindrical-coordinate representation of color #AFCEC6: hue angle of 164.52º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCEC6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB175206198-
CMYK0.1500.040.19
HSL164.52º24.03%74.71%-
HSV(B)164.52º15.05%80.78%-
XYZ49.9457.3361.86-
YUV195.82129.23113.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=30.22%
G=35.58%
B=34.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061980.1500.040.19164.5224.0374.71
HexAFCEC6F0413a5184b
Octal25731630617042324530113
Binary101011111100111011000110111101001001110100101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEC6; }

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

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

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

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

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

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

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

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