#AFD1C8

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

Shades of Jet Stream #AFD1C8

Tints of Jet Stream #AFD1C8

Color information

#AFD1C8 (or 0xAFD1C8) is unknown color: approx Jet Stream. HEX triplet: AF, D1 and C8. RGB value is (175,209,200). Sum of RGB (Red+Green+Blue) = 175+209+200=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1C8 is #502E37. Grayscale: #C5C5C5. Windows color (decimal): -5254712 or 13160879. OLE color: 13160879.

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

Color convert

RGB175209200-
CMYK0.1600.040.18
HSL164.12º26.98%75.29%-
HSV(B)164.12º16.27%81.96%-
XYZ50.958.8963.33-
YUV197.81129.24111.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 209 (82.03% from 255) = 35.79%
BLUE value IS 200 (78.52% from 255) = 34.25%
R=29.97%
G=35.79%
B=34.25%

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
Decimal1752092000.1600.040.18164.1226.9875.29
HexAFD1C8100412a41b4b
Octal25732131020042224433113
Binary1010111111010001110010001000001001001010100100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1C8; }

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

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

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

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

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

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

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

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