#AFDDC6

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

Shades of Jet Stream #AFDDC6

Tints of Jet Stream #AFDDC6

Color information

#AFDDC6 (or 0xAFDDC6) is unknown color: approx Jet Stream. HEX triplet: AF, DD and C6. RGB value is (175,221,198). Sum of RGB (Red+Green+Blue) = 175+221+198=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC6 is #502239. Grayscale: #CCCCCC. Windows color (decimal): -5251642 or 13032879. OLE color: 13032879.

HSL color Cylindrical-coordinate representation of color #AFDDC6: hue angle of 150º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDC6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB175221198-
CMYK0.2100.100.13
HSL150º40.35%77.65%-
HSV(B)150º20.81%86.67%-
XYZ53.7364.963.12-
YUV204.62124.26106.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=29.46%
G=37.21%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211980.2100.100.1315040.3577.65
HexAFDDC6150AD96284e
Octal257335306250121522650116
Binary10101111110111011100011010101010101101100101101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDC6; }

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

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

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

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

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

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

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

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