#AFD0C7

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

Shades of Jet Stream #AFD0C7

Tints of Jet Stream #AFD0C7

Color information

#AFD0C7 (or 0xAFD0C7) is unknown color: approx Jet Stream. HEX triplet: AF, D0 and C7. RGB value is (175,208,199). Sum of RGB (Red+Green+Blue) = 175+208+199=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 199 (78.12% from 255 or 34.19% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0C7 is #502F38. Grayscale: #C5C5C5. Windows color (decimal): -5254969 or 13095087. OLE color: 13095087.

HSL color Cylindrical-coordinate representation of color #AFD0C7: hue angle of 163.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0C7 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB175208199-
CMYK0.1600.040.18
HSL163.64º25.98%75.1%-
HSV(B)163.64º15.87%81.57%-
XYZ50.5458.3562.63-
YUV197.11129.07112.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 199 (78.12% from 255) = 34.19%
R=30.07%
G=35.74%
B=34.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081990.1600.040.18163.6425.9875.1
HexAFD0C7100412a41a4b
Octal25732030720042224432113
Binary1010111111010000110001111000001001001010100100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0C7; }

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

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

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

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

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

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

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

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