#AFDCC5

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

Shades of Jet Stream #AFDCC5

Tints of Jet Stream #AFDCC5

Color information

#AFDCC5 (or 0xAFDCC5) is unknown color: approx Jet Stream. HEX triplet: AF, DC and C5. RGB value is (175,220,197). Sum of RGB (Red+Green+Blue) = 175+220+197=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCC5 is #50233A. Grayscale: #CBCBCB. Windows color (decimal): -5251899 or 12967087. OLE color: 12967087.

HSL color Cylindrical-coordinate representation of color #AFDCC5: hue angle of 149.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCC5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB175220197-
CMYK0.2000.100.14
HSL149.33º39.13%77.45%-
HSV(B)149.33º20.45%86.27%-
XYZ53.3564.3362.43-
YUV203.92124.09107.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 197 (77.34% from 255) = 33.28%
R=29.56%
G=37.16%
B=33.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201970.2000.100.14149.3339.1377.45
HexAFDCC5140AE95274d
Octal257334305240121622547115
Binary10101111110111001100010110100010101110100101011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCC5; }

 p { color: rgb(175,220,197); }

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

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

 a { background-color: rgb(175,220,197); }

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

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

 span { border-color: rgb(175,220,197); }

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