#AFD5C8

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

Shades of Jet Stream #AFD5C8

Tints of Jet Stream #AFD5C8

Color information

#AFD5C8 (or 0xAFD5C8) is unknown color: approx Jet Stream. HEX triplet: AF, D5 and C8. RGB value is (175,213,200). Sum of RGB (Red+Green+Blue) = 175+213+200=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5C8 is #502A37. Grayscale: #C8C8C8. Windows color (decimal): -5253688 or 13161903. OLE color: 13161903.

HSL color Cylindrical-coordinate representation of color #AFD5C8: hue angle of 159.47º 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 #AFD5C8 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB175213200-
CMYK0.1800.060.16
HSL159.47º31.15%76.08%-
HSV(B)159.47º17.84%83.53%-
XYZ51.960.8763.66-
YUV200.16127.91110.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=29.76%
G=36.22%
B=34.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752132000.1800.060.16159.4731.1576.08
HexAFD5C81206109f1f4c
Octal25732531022062023737114
Binary1010111111010101110010001001001101000010011111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5C8; }

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

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

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

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

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

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

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

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