#AFD8C7

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

Shades of Jet Stream #AFD8C7

Tints of Jet Stream #AFD8C7

Color information

#AFD8C7 (or 0xAFD8C7) is unknown color: approx Jet Stream. HEX triplet: AF, D8 and C7. RGB value is (175,216,199). Sum of RGB (Red+Green+Blue) = 175+216+199=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 199 (78.12% from 255 or 33.73% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8C7 is #502738. Grayscale: #C9C9C9. Windows color (decimal): -5252921 or 13097135. OLE color: 13097135.

HSL color Cylindrical-coordinate representation of color #AFD8C7: hue angle of 155.12º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8C7 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB175216199-
CMYK0.1900.080.15
HSL155.12º34.45%76.67%-
HSV(B)155.12º18.98%84.71%-
XYZ52.5462.3563.3-
YUV201.8126.42108.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 199 (78.12% from 255) = 33.73%
R=29.66%
G=36.61%
B=33.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161990.1900.080.15155.1234.4576.67
HexAFD8C71308F9b224d
Octal257330307230101723342115
Binary10101111110110001100011110011010001111100110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8C7; }

 p { color: rgb(175,216,199); }

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

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

 a { background-color: rgb(175,216,199); }

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

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

 span { border-color: rgb(175,216,199); }

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