#AFD5C6

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

Shades of Jet Stream #AFD5C6

Tints of Jet Stream #AFD5C6

Color information

#AFD5C6 (or 0xAFD5C6) is unknown color: approx Jet Stream. HEX triplet: AF, D5 and C6. RGB value is (175,213,198). Sum of RGB (Red+Green+Blue) = 175+213+198=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5C6 is #502A39. Grayscale: #C7C7C7. Windows color (decimal): -5253690 or 13030831. OLE color: 13030831.

HSL color Cylindrical-coordinate representation of color #AFD5C6: hue angle of 156.32º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD5C6 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB175213198-
CMYK0.1800.070.16
HSL156.32º31.15%76.08%-
HSV(B)156.32º17.84%83.53%-
XYZ51.6760.7862.43-
YUV199.93126.91110.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 213 (83.59% from 255) = 36.35%
BLUE value IS 198 (77.73% from 255) = 33.79%
R=29.86%
G=36.35%
B=33.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131980.1800.070.16156.3231.1576.08
HexAFD5C61207109c1f4c
Octal25732530622072023437114
Binary1010111111010101110001101001001111000010011100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5C6; }

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

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

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

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

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

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

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

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