#AFDDC8

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

Shades of Jet Stream #AFDDC8

Tints of Jet Stream #AFDDC8

Color information

#AFDDC8 (or 0xAFDDC8) is unknown color: approx Jet Stream. HEX triplet: AF, DD and C8. RGB value is (175,221,200). Sum of RGB (Red+Green+Blue) = 175+221+200=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC8 is #502237. Grayscale: #CCCCCC. Windows color (decimal): -5251640 or 13163951. OLE color: 13163951.

HSL color Cylindrical-coordinate representation of color #AFDDC8: hue angle of 152.61º 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 #AFDDC8 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB175221200-
CMYK0.2100.100.13
HSL152.61º40.35%77.65%-
HSV(B)152.61º20.81%86.67%-
XYZ53.966564.35-
YUV204.85125.26106.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=29.36%
G=37.08%
B=33.56%

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
Decimal1752212000.2100.100.13152.6140.3577.65
HexAFDDC8150AD99284e
Octal257335310250121523150116
Binary10101111110111011100100010101010101101100110011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDC8; }

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

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

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

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

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

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

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

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